@media (max-width: 1400px) {
    .testimonial-quote {
        color: rgb(0, 0, 0);
        font-size: 1.15rem;
    }
}

@media (max-width: 991px) {
    .hero_sec {
        height: auto;
        max-height: none;
    }

    .hero_sec .hero_right {
        padding: 2rem 1.5rem 1.5rem;
    }

    .hero_sec .hero_right .form_container > div {
        width: 100%;
    }

    .mba-stats .stat-box:not(:first-of-type) {
        margin-top: 2.5rem;
    }

    .stat-number {
        font-size: 40px;
    }

    .logo-grid {
        margin-top: 1.25rem;
    }

    .section-title {
        font-size: 40px;
    }

    .features-grid {
        margin-top: 40px;
    }

    .feature-card {
        padding-inline: .5rem;
    }

    .feature-description {
        max-width: 100%;
    }

    .program-description {
        margin-left: 0;
    }

    .stat-number {
        font-size: 40px;
    }

    .hero-image {
        max-width: 100%;
    }

    .testimonial-card {
        margin-top: 20px;
        padding: 1.5rem 1rem;
    }

    .testimonial-quote {
        max-width: 100%;
    }

    .mission-text {
        max-width: 100%;
        margin-top: 40px;
    }

    .mission-heading {
        max-width: 100%;
        font-size: 40px;
    }

    .cta-section {
        padding: 3rem 1rem 2rem;
    }

    .cta-content {
        max-width: 100%;
    }

    .cta-heading {
        font-size: 2.5rem;
        text-align: center;
    }

    .cta-description {
        max-width: 100%;
        margin-right: 10px;
    }

    .footer-badge {
        margin-right: 10px;
    }

}

@media (max-width: 764px) {
    html {
        font-size: 15px;
    }

    .rankings_wrapper .d-flex > .stat-box {
        width: calc(100% / 2 - 1rem);
    }

    .footer-content {
        flex-direction: column
    }

    #heroform {
        padding-inline: 8px;
    }

    .partner_logo .partner_logo_box img {
        max-height: 7rem;
    }

}

@media (max-width: 564px) {
    .mission-heading {
        font-size: 38px;
    }

    .hero_sec .hero_right {
        padding-inline: 1.25rem;
    }

    .employer_logo_sec .employer_logo_wrap .employer_logo_box {
        max-width: 220px;
        width: calc(100% / 2 - 1rem);
    }

    .rankings_wrapper .d-flex > .stat-box {
        width: 100%;
    }

    .testimonial-quote {
        line-height: 28px;
    }

    .footer-content > p {
        margin-top: 1rem;
    }

    .logo-grid .logo {
        max-width: 150px;
    }
}