@media only screen and (max-width: 991px) {

    .hero_container:after {
        width: 131px;
        height: 140px;
        top: 140px;
        background-size: cover;
        left: -35px;
    }
    .hero_container:before {
        width: 130px;
        background-size: contain;
        height: 130px;
        top: 85px;
        right: -50px;
    }

    .hero_inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .submain_btns {
        flex-direction: column;
        align-items: center;
    }
    .submain_wrapper {
        gap: 20px;
    }
    .submain_btn {
        width: 100%;
        margin-bottom: 8px;
    }

    .dropdown-menu[data-bs-popper] {
        top: 36px;
        position: absolute;
    }
    .navbar-list_tablet {
        background-color: #6F52E2;
        position: absolute;
        bottom: -73px;
        right: 0;
        left: 0;
        padding: 24px 0;
    }
    .navbar {
        padding: 20px 0;

    }
    .navbar_list {
        flex-direction: row;
    }

    .btn-hide-desk {
        display: flex;
    }
    .btn-hide-mob {
        display: none;
    }
    .helpful_img {
        margin-right: -60px;
    }
    .girl_content {
        margin-right: -15px;
    }
    .boy_img {
        width: 300px;
        height: 290px;
        margin-right: 40px;
        object-fit: contain;
    }
    .who {
        border-radius: 32px;
        background: #0A0033;
        padding: 60px 0;
    }
    .who_wrapper {
        padding: 0;
    }
    .who_title {
        margin-bottom: 24px;
    }
    .who_inner {
        flex-direction: column;
    }
    .who_banner_text {
        max-width: 560px;
    }
    .who_banner:after, .who_banner:before {
        top: auto;
        bottom: 8px;
        left: 8px;
    }
    .who_banner:before {
        right: 8px;
        left: auto;
    }
    .best_card {
        flex-direction: column;
        padding: 0 16px 24px;
        max-width: 49%;
        width: 49%;
        margin-bottom: 36px;
    }
    .best_info {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .best_text, .best_title {
        max-width: 100%;
    }
    .best_card_num {
        margin-left: 0;
        margin-top: -20px;
    }
    .best .rating {
        display: none;
    }
    .best .rating.mob {
        display: flex;
    }
    .logo_info {
        justify-content: space-between;
        width: 100%;
        margin-bottom: 16px;
    }
    .best_list_item {
        margin-bottom: 8px;
    }
    .best_btns {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 8px;
    }
    .best_inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .best_list {
        width: 100%;
    }
    .banner_inner {
        flex-direction: column;
    }
    .banner_main_text {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .banner_main_content {
        width: 100%;
    }
    .focus_info {
        flex-direction: column;
    }
    .focus_title {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .focus_text {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .review_inner {
        padding: 20px;
        min-height: 430px;
        margin-right: 16px;
    }
    .criteria_title {
        margin: 20px 0 16px;
    }
    .focus {
        padding-bottom: 60px;
    }
    .accordion-item {
        max-width: 650px;
        margin: 0 auto;
    }
    .faq:before {
        width: 88px;
        height: 70px;
        top: 43px;
        left: 14px;
    }
    .faq {
        padding: 60px 0;
    }
    .faq:after {
        width: 196px;
        height: 40px;
        transform: rotate(-16deg);
        bottom: 50px;
        right: -40px;
    }
    .footer_inner {
        flex-wrap: wrap;
    }
    .footer_list {
        width: 25%;
    }
    .footer_list.socials {
        width: auto;
        margin-top: -60px;
    }
}