@media (max-width: 767px) {
    html,
    body {
        overflow-x: hidden;
    }

    .background_seo {
        background-position: center;
    }

    .content_about {
        min-height: 620px;
        height: auto;
        padding: 110px 0 60px;
    }

    .about-wrapper {
        width: 100%;
        padding: 0;
    }

    .about-title {
        width: 100%;
        font-size: 30px;
        line-height: 1.2;
    }

    p.text_background {
        width: 100%;
        font-size: 13px !important;
        line-height: 1.65;
    }

    .content_background_utama {
        width: 100%;
        gap: 12px;
        align-items: stretch;
    }

    .content_background_utama .btn,
    .content_background_utama a {
        width: 100%;
        text-align: center;
    }

    .experience-section {
        min-height: 0;
        height: auto;
        padding: 55px 0 170px;
    }

    .experience-section .shape-light {
        top: auto;
        right: auto;
        bottom: 60px;
        left: 0;
        width: 72%;
    }

    .experience-section .shape-blue {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 82%;
    }

    .container-custom {
        display: block;
        width: 100%;
        padding: 0 20px;
        text-align: left;
    }

    .experience-left {
        width: 100%;
    }

    .experience-right {
        display: none !important;
    }

    .content_product {
        padding-right: 15px;
        padding-left: 15px;
    }

    .content_product .content_product_h2,
    .content_product .content_product_p,
    .all_treadmill_body,
    .fitness_partner .text_title,
    .section_faq h2 {
        width: 100%;
    }

    .content_product h2,
    .fitness_partner h2,
    .section_faq h2 {
        font-size: 22px !important;
        line-height: 1.35;
    }

    .content_product .content_category_product .content_satu {
        height: 380px;
        padding: 20px;
    }

    .content_product_show {
        flex-direction: column;
        gap: 16px;
    }

    .card_custom_product_show .content_img_utama {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .background_all_treadmill,
    .background_find_store {
        min-height: 430px;
        height: auto;
        padding: 55px 0;
        background-position: center;
    }

    .background_all_treadmill::after,
    .background_find_store::after {
        background: none;
    }

    .fitness_partner h2,
    .all_treadmill_title {
        text-align: center;
    }

    .fitness_partner .col_fitness {
        margin-bottom: 28px;
        padding-bottom: 28px;
        border-right: 0;
        border-bottom: 1px solid rgba(29, 64, 154, .3);
    }

    .fitness_partner .text_title {
        font-size: 17px !important;
    }

    .perfect-card {
        flex-direction: column;
        min-height: 0;
    }

    .perfect-image img {
        min-height: 250px;
    }

    .perfect-content {
        padding: 24px 20px;
    }

    .perfect-content .btn {
        width: 100%;
        text-align: center;
    }

    .section_faq {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .faq-card {
        margin-right: 0;
        margin-left: 0;
    }

    .faq-header {
        padding: 14px;
    }

    .faq-icon {
        margin-right: 14px;
        font-size: 28px !important;
    }

    .faq-header h5 {
        margin: 0;
        font-size: 15px !important;
        line-height: 1.4;
    }

    .faq-body {
        width: 94%;
        padding: 16px;
        font-size: 12px !important;
    }
}

@media (max-width: 374px) {
    .about-title {
        font-size: 27px;
    }
}
