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

    html {
        font-size: 60%;
    }

    .hero-content {
        flex-direction: column-reverse;
    }

    .hero-content .hero-image {
        height: 56rem;
        width: auto;
        object-fit: contain;
    }

    #about {
        flex-direction: column;
    }

    #benefit {
        flex-direction: column-reverse;
    }

}

@media (max-width: 768px) {

    .logo-bar img {
        width: 24rem;
        height: auto;
        object-fit: contain;
    }

    .slide-content {
        width: 75%;
    }

    .pricing-tables {
        flex-direction: column-reverse;
    }

    .blog__text {
        max-width: 100%;
    }

}

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

    .return-refund {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section-heading-left {
        font-weight: 600;
    }

    .section-heading-center {
        font-weight: 600;
    }

    .about-image {
        width: 50rem;
        height: auto;
        margin-right: 10;
    }

    .benefit-image {
        width: 50rem;
        height: auto;
        margin-left: -10rem;
    }

    .slide-content {
        width: 60%;
    }

    .accordion-group .accordion-item {
        max-width: 100%;
    }

    .table {
        width: 100%;
    }

    .faq-item {
        width: 100%;
    }

    footer div {
        flex-direction: column;
        align-items: center;
        gap: 2.4rem;
    }

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