@media only screen and (max-width: 767px) {
    .footer {
        border-radius: 24px 24px 0px 0px;
        padding-top: 0px;
    }
    .hero_container:before {
        width: 85px;
        top: 50px;
        right: -40px;
    }
    .hero {
        border-radius: 0px 0px 24px 24px;
    }
    .hero_container:after {
        width: 131px;
        height: 95px;
        top: 140px;
        background-size: contain;
        left: -57px;
    }
    .hero_inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .submain_btns {
        flex-direction: row;
        align-items: center;
    }
    .submain_btn {
        width: 106px;
        margin-bottom: 0;
    }
    .hero .slick-dots li:nth-child(3) button{
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }
    .hero .slick-dots li:nth-child(1) button {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
    }
    .hero .slick-dots li:nth-child(1) {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
    }
    .hero .slick-dots li:nth-child(2) {
        border-radius: 0;
    }
    .hero .slick-dots li:nth-child(3) {
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }
    .hero .slick-dots {
        width: 250px;
        height: 7px;
        bottom: -23px;
        transform: translateX(50%);
        right: 50%;
    }
    .hero .slick-dots li {
        width: 80px;
        height: 7px;
        background-color: transparent;
        margin: 0;
        border-top: 1px solid #6F52E2;
        border-bottom: 1px solid #6F52E2;
    }
    .hero .slick-dots li button:before {
        content: '';
        width: 80px;
        height: 5px;
        background-color: transparent;
        margin: 0;
    }
    .hero .slick-dots li.slick-active button:before {
        background-color: #3A3380;
        opacity: 1;
        border-radius: 100px;
    }
    .hero .slick-dots li button {
        width: 80px;
        border: none;
        padding: 0;
        height: 5px;
        background-color: transparent;
        margin: 0;
    }
    .submain_wrapper {
        display: block;
        position: relative;
    }
    .submain_inner {
        position: relative;
        display: inline-block;
        padding: 20px;
        margin-right: 16px;
    }
    .navbar_list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .btn-hide-desk {
        display: none;
    }
    .btn-visible-mob {
        display: flex;
        margin: 40px auto 0;
    }
    .navbar-list_tablet {
        bottom: -348px;
        border-radius: 0px 0px 24px 24px;
    }
    .helpful_img {
        margin-right: 0px;
        width: 250px;
        height: 254px;
    }
    .helpful_girl {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .girl_content {
        max-width: 100%;
        margin-bottom: 24px;
        margin-right: 0;
    }
    .line_desk {
        display: none;
    }
    .line_mob {
        display: block;
        width: 100%;
    }
    .helpful_boy {
        flex-direction: column;
    }
    .boy_img {
        margin-right: 0;
        width: 100%;
    }
    .who_white {
        padding: 8px;
    }
    .who_subtitle {
        margin-bottom: 16px;
    }
    .who_dark {
        padding: 16px;
    }
    .who_inner {
        margin-bottom: 24px;
    }
    .who_banner {
        padding: 24px;
    }
    .who_banner_text {
        font-size: 17px;
    }
    .who_banner:after, .who_banner:before {
        width: 55px;
        height: 42px;
        transform: rotate(145deg);
    }
    .who_banner:after {
        top: -3px;
        left: 17px;
    }
    .who_banner:before {
        bottom: -3px;
        right: 10px;
        top: auto;
    }
    .best {
        padding: 40px 0;
    }
    .best_card {
        max-width: 100%;
        width: 100%;
    }
    .best_inner {
        flex-direction: column;
    }
    .banner_main_text {
        margin-bottom: 24px;
    }
    .banner_main_item:nth-child(1), .banner_main_item:nth-child(2),.banner_main_item:nth-child(3) {
        margin-bottom: 16px;
    }
    .banner_inner {
        padding: 24px 16px;
    }
    .banner_main {
        padding-bottom: 40px;
    }
    .focus .slick-arrow.prev {
        right: calc(50% + 32px);
        transform: translateX(50%);
    }
    .focus .slick-arrow.next {
        transform: translateX(50%) rotate(180deg);
        right: calc(50% - 32px);
    }
    .focus_info {
        margin-bottom: 0;
    }
    .criteria_inner {
        padding-bottom: 72px;
    }
    .review_inner {
        margin-right: 5px;
        min-height: 400px;
    }
    .focus {
        padding-bottom: 40px;
    }
    .faq_subtitle {
        font-size: 16px;
    }
    .faq {
        padding: 40px 0;
    }
    .faq:after {
        right: -115px;
        bottom: 30px;
    }
    .faq:before {
        width: 60px;
        height: 48px;
        top: 21px;
        left: -16px;
    }
    .footer_inner {
        padding: 24px 0;
    }
    .footer_label {
        width: 100%;
    }
    .footer_label_title {
        max-width: 100%;
        font-size: 12px;
        margin-bottom: 24px;
    }
    .footer_list {
        width: 50%;
        margin-bottom: 24px;
    }
    .footer_list.socials {
        margin-top: 0;
    }
}