.container-about {
    width: 1200px;
    /* width: calc(100% - 40px); */
    margin: 50px auto 25px auto !important;
}

.container-about .company {
    font-family: 'Inter' !important;
    margin: 10px;
    letter-spacing: 5px;
    font-size: 25px;
    font-weight: 500;
}

.container-about .title {
    font-family: 'Inter' !important;
    margin: 10px;
    color: #414042;
    font-size: 45px;
    font-weight: 500;
}

.container-about .description {
    font-family: 'Inter' !important;
    color: #414042;
    font-size: 20px;
    font-weight: 300;
    margin: 10px;
}

.header-description h5 {
    font-family: 'Krub';
    font-size: 60px;
    font-weight: 550;
    color: #95cb53;
}

.about-image {
    margin-left: 60px;
}

.header-description img {
    width: 250px;
    margin-left: 10px;
    height: 65px;
}

.box-image {
    background: #f2f2f2;
    width: 474px;
    height: 474px;
    border-radius: 30px;
}
.title-description p {
    font-family: 'Krub';
    font-size: 20px;
    font-weight: 550;
    color: #141414;
    margin-top: 10px;
    margin-left: 5px;
}

.faq-item {
    border-radius: 8px;
    overflow: hidden;
    /* margin-bottom: 10px; */
    width: 1200px;
    margin: 20px auto 30px auto;
}
.faq-header {
    background-color: #a1d55e;
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: white;
    border-radius: 8px;
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.faq-content {
    display: none;
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
}
.arrow {
    transition: transform 0.3s;
}
.arrow.active {
    transform: rotate(180deg);
}
@media (max-width: 430px) {
    .faq-item {
        width: 90%;
        margin-left: 19px;
    }
    .faq-header {
        width: 100%;
        height: auto;
        padding: 15px;
        font-size: 16px;
    }
    .faq-content {
        padding: 10px;
        font-size: 14px;
    }
}

.jarak-footer {
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .about-description {
        margin-left: 2px;
        margin-bottom: -15px;
    }

    /* === BANNER SECTION (Mobile) === */
    .judul-banner {
        font-size: 2rem !important; /* ≈ 32px */
        font-weight: 550 !important;
        margin: 10px 0px !important;
        color: #000000 !important;
    }

    .subjudul-banner-1 {
        font-family: 'Inter' !important;
        margin: 10px 0px !important;
        letter-spacing: 5px !important;
        font-weight: 500;
        font-size: 1rem !important;
        color: #414042;
    }

    .subjudul-banner-2 {
        font-size: 1rem !important; /* ≈ 16px */
    }

    /* === CARD SECTION (Mobile) === */
    .judul-card {
        font-size: 1.125rem !important; /* ≈ 18px */
        font-weight: 600;
    }

    .subjudul-card {
        font-size: 0.875rem !important; /* ≈ 14px */
    }

    .container-about {
        display: flex;
        flex-direction: column;
        /* gap: 24px; */
        padding: 0 20px;
        margin: 50px auto 0 auto;
        max-width: 100%;
        box-sizing: border-box;
    }

    .header-container-blog-mobile,
    #faq-result-data {
        /* width: 100%; */
    }
    .header-container-blog-mobile {
        margin: 0px auto !important;
    }

    .container-about * {
        max-width: 100%;

        word-break: break-word;
    }
    .container-about .company {
        font-size: 16px;
        margin: 10px !important;
    }

    .container-about .title {
        font-size: 28px;
        margin: 10px !important;
    }

    .container-about .description {
        font-size: 16px;
        color: #000000;
    }

    .header-description h5 {
        font-size: 25px;
    }
    .header-description img {
        width: 115px;
        height: 30px;
    }
    .title-description p {
        font-size: 18px;
        margin-left: 2px;
    }

    .box-image {
        margin-top: 50px;
        width: 248px;
        height: 270px;
        border-radius: 20px;
    }
    .jarak-footer {
        display: none;
    }
}

.container-image {
    display: grid;
    grid-template-columns: 2fr 2fr;
    font-family: 'Krub';
    gap: 30px;
    margin: 15px;
}

.content-image img {
    width: 250px;
    height: 250px;
    border-radius: 10px;
    border: 1 px solid grey;
    object-fit: cover;
    object-position: center;
}

.content-image p {
    font-weight: 700;
    font-size: 30px;
    color: #95cb53;
    text-align: center;
}

.description-content-image ul li {
    font-weight: 500;
    font-size: 24px;
    color: black;
}

.description-content {
    margin: 0;
    margin-left: 22px;
}

.description-content-image ul li p {
    margin-top: 0;
}

.box-content-image {
    display: flex;
    padding: 25px;
    justify-content: space-around;
    border-radius: 25px;
    border: 5px dashed #95cb53;
}

@media (max-width: 780px) {
    .container-image {
        grid-template-columns: 2fr !important;
    }
    .box-content-image {
        margin-left: -11px;
    }

    .content-image img {
        width: 135px;
        height: 135px;
    }

    .content-image p {
        font-weight: 700;
        font-size: 20px;
    }

    .description-content-image ul li {
        font-weight: 500;
        font-size: 13px;
        color: black;
    }

    .description-content {
        margin-left: 3px;
    }

    .about-description {
        margin-left: 25px;
    }
}

.faq-header .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

#faq-result-data {
    margin: 10px;
}
