@media(max-width: 450px) {
    #our_services {
        margin-top: 50px;
    }

    #favorite_use_cases {
        margin-top: 50px;
    }

    #brand_marketer {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    #section_4 {
        min-height: 580px;
        padding: 20px 40px;
        background: linear-gradient(180deg, #CEF9F0 0%, #E4EAFC 100%);
    }

    #our_mission .img-wrapper {
        height: 100px;
        width: 100%;
        margin-top: 0px;
        display: flex;
        justify-content: center;
    }

    #detail_blog ul {
        list-style-type: disc !important;
    }

    .img-wrapper img {
        width: 100%;
        object-fit: contain;
    }

    .img-wrapper-about {
        height: 150px;
        margin: 0px 5px 0px 5px;
        display: flex;
        justify-content: center;
    }

    .content-blog {
        height: 470px;
    }

    .card-img-top {
        height: 200px !important;
        object-fit: cover;
    }

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: auto;
        display: block;
    }

    .section-title {
        font-family: "Inter";
        font-size: 20px !important;
        font-weight: 700;
    }

    .start-now {
        height: 500px;
        margin-bottom: 100px;
        padding-top: 10px;
    }

    .start-now .section-title {
        font-family: "Inter";
        font-size: 20px !important;
        font-weight: 700;
    }

    .brand-marketer {
        height: 40px;
        font-size: 14px;
        padding: 5px 15px;
        border: 1px solid #029f94;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    .title-blog-detail {
        font-size: 24px;
        font-weight: 400;
        text-align: center;
    }

    .title-date-detail {
        font-size: 12px;
        font-weight: 400;
        color: #7C7C7C;
    }

    .text-about-ourmission {
        font-size: 16px;
        font-weight: 400;
        color: #7C7C7C;
        text-align: left;
    }

    .btn-navbar {
        display: none;
    }

    #sidebar_wrapper {
        width: 100%;
        position: fixed;
        height: 130px;
        margin-top: -40px;
        background-color: white;
        overflow-y: auto;
        z-index: 1000;
    }

    .terms-of-service,
    .privacy-policy,
    .faq {
        margin-top: 100px;
    }

    .terms-of-service card,
    .privacy-policy card,
    .faq card {
        width: 100%;
    }

    .pagination a {
        color: black;
        float: left;
        padding: 0;
        text-decoration: none;
        transition: background-color 0.3s;
        border: 1px solid #ddd;
        border-radius: 50%;
        margin-right: 8px;
        font-size: 12px;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .line-break-footer {
        height: 1px;
        background-color: #FFFFFF;
        opacity: 10%;
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media (max-width: 768px) {
    .dropdown .t-navbar2 {
        display: none;
    }

    #brand {
        padding: 0 5%;
        /* Adjust padding on smaller screens */
    }

    .btn-start-free {
        width: 100%;
        /* Full width button on small screens */
    }

    .card-frame {
        width: 100%;
    }

    .section-title {
        font-family: "Inter";
        font-size: 30px !important;
        font-weight: 700;
    }

    #section_4 {
        padding: 20px 30px;
    }

    #section_4 .col-md-6 img {
        max-width: 80%;
    }

    .fs-14 {
        font-size: 12px;
    }

    .fs-18 {
        font-size: 16px;
    }

    .fs-32 {
        font-size: 28px;
    }

    .fs-36 {
        font-size: 32px;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .brand-button-nav.btn-navbar {
        display: none;
    }
}