@media (max-width: 991px) {
    .desktop-max-width {
        max-width: 100%;
        padding: 0rem 2.4rem;
    }

    html {
        font-size: 60%;
    }

    #hero {
        height: 100rem;
    }

    #instructor {
        flex-direction: column;
        align-items: center;
        gap: 4.8rem;
    }

    .program-highlights {
        flex-direction: column;
        max-width: 60%;
        margin: 0rem auto;
        align-items: center;
    }

    #best {
        display: flex;
        gap: 6.4rem;
        align-items: center;
        justify-content: space-between;

        flex-direction: column;
        align-items: center;
        gap: 4.8rem;
    }

    #benefit {
        flex-direction: column-reverse;
        gap: 4.8rem;
    }

    .benefit-group .stripe {
        max-width: 60%;
    }

    .benefit-image {
        width: 60rem;
    }

    #buy {
        margin-left: 2.4rem;
        margin-right: 2.4rem;
    }

    .product-box {
        flex-direction: column;
        align-items: center;
        gap: 4.8rem;
    }
}



@media (max-width: 768px) {
    .hero-text-content-box {
        width: 100%;
    }

    .hero-main-heading {
        font-size: 6.4rem;
    }

    .hero-para {
        font-family: var(--primary-font);
        font-size: 1.6rem;
        font-weight: 400;
        color: var(--main-para-color);
        line-height: 175%;
        margin-bottom: 5.6rem;
    }

    .program-highlights {
        max-width: 80%;
    }

    .benefit-image {
        width: 56rem;
    }

    .review-group {
        flex-direction: column;
        align-items: center;
        gap: 8rem;
    }

    .review-card {
        max-width: 50%;
    }

    .payment-gateways {
        flex-direction: column;
        align-items: center;
        gap: 2.4rem;
    }

    /* FAQ: start */
    .faq-container .faq-group {
        max-width: 90%;
    }

    .faq-container .faq-group .faq-item {
        padding: 18px;
        margin-bottom: 1.8rem;
    }

    .faq-container .faq-group .faq-item .faq-question .chevron-icon {
        width: 2.8rem;
    }

    /* FAQ: end */

    .blog__text {
        max-width: 100%;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 3.2rem;
    }
}



@media (max-width: 450px) {
    html {
        font-size: 55%;
    }

    .section-heading-left {
        font-size: 5.6rem;
    }

    .section-heading-center {
        font-size: 5.6rem;
    }

    #hero {
        height: 100rem;
    }

    .hero-main-heading {
        font-size: 5.2rem;
    }

    .instructor-image {
        width: 48rem;
    }

    #about .general-para-1 {
        width: 100%;
    }

    .program-highlights {
        max-width: 100%;
    }

    .stripe {
        height: 12.4rem;
    }

    .featured_1 {
        display: none;
    }

    .featured_2 {
        display: block;
        width: 65%;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
    }

    .best-image {
        width: 48rem;
        margin-right: -3rem;
    }

    .benefit-group .stripe {
        max-width: 100%;
    }

    .benefit-image {
        width: 44rem;
    }

    .million img {
        width: 16rem;
        height: auto;
        object-fit: contain;
    }

    .review-card {
        max-width: 80%;
    }

    .buy-heading {
        font-size: 3.2rem;
    }

    .product-image {
        width: 100%;
    }

    .buy-para-1 {
        font-size: 2.2rem;
    }

    .guarantee-text {
        width: 90%
    }

    .form__container {
        padding: 3.2rem;
        margin: 20% auto;
    }
}