@media (max-width: 768px) {
    .offcanvas-body .nav-link.active {
        background-color: #9d893f;
        color: #fff;
    }

    .offcanvas-body .nav-link {
        color: #9d893f;
    }

    .home-1 h2,
    .home-2 h2,
    .home-3 h2,
    .home-4 h2,
    .home-5 h2,
    .home-7 h2,
    .our-story h1,
    .product h1,
    .b2b h1,
    .faq h1,
    .information h1 {
        font-size: 60px;
    }

    .home-2 h4 {
        font-size: 20px;
    }

    .home-6 {
        margin: 80px 0px;
        margin-bottom: 0;
    }

    .home-7 .container-fluid {
        padding: 0 20px !important;
    }

    .our-story h3 {
        font-size: 25px;
    }

    .our-story p,
    .product p,
    .b2b p,
    .activity p {
        font-size: 16px;
    }

    .our-story .col-lg-6.pe-lg-5,
    .our-story .col-lg-6 {
        margin-bottom: 30px !important;
    }

    .product h2 {
        font-size: 17px;
    }

    .product .col-lg-12.mb-5 {
        margin-bottom: 40px !important;
    }

    .b2b {
        padding: 0;
        padding-top: 110px;
    }

    .b2b h3 {
        font-size: 25px;
    }

    .b2b .container {
        max-width: 100%;
    }

    .activity h1 {
        font-size: 60px;
    }

    .activity h2 {
        font-size: 25px;
    }

    .activity .img-bawah {
        margin-top: 50px !important;
    }

    .faq .btn-outline-secondary {
        font-size: 18px;
        text-align: left;
        padding-left: 10px !important;
    }

    .faq .card.card-body {
        font-size: 16px;
    }

    .information p {
        line-height: 1.5;
    }

    .detail-product .w60 {
        width: 100vw;
    }

    .detail-product .w40 {
        width: 100vw;
        padding: 0px 20px;
        margin-top: 30px;
    }

    .detail-product span.desc {
        font-size: 16px;
    }

    .detail-product h1 {
        font-size: 35px;
    }

    .detail-product {
        margin-top: 70px;
    }

    .chackout {
        padding-top: 100px;
    }

    .payment {
        padding-top: 100px;
    }

    .our-story p,
    .product p {
        line-height: 2;
    }

    .table-payment th,
    .table-payment td {
        font-size: 14px;
    }

    .total-cart {
        font-size: 12px;
    }

    .myorder,
    .list-product {
        padding-top: 110px;
        min-height: 50vh;
    }

    .thum-image {
        height: 85px;
    }

    .desc-product {
        margin-top: 10px;
    }

    .information ul li,
    .information p,
    .information .accordion-body {
        font-size: 16px;
    }

}