/* Hide the "Apply Now" button inside the .col-md-4 .text-md-end container */
.col-md-4 .text-md-end a.primary-link {
    display: none !important;
}
/* Hide the "Apply Now" button inside the .text-start.text-md-end container */
.text-start.text-md-end a.primary-link {
    display: none !important;
}

/* Hide the "Apply Now" button inside the .mt-3 container */
.mt-3 a.btn-primary {
    display: none !important;
}
.bg-subscribe {
    background-color: #343c3f;
    bottom: -1px;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    display: none;
}


/* Hide the "Apply Now" button inside the .col-md-4 .text-md-end container */
.col-md-4 .text-md-end a.primary-link {
    display: none !important;
}