/* --- CSS ABOUT SEURI CLINIC SECTION (SEO Content Block) --- */

.about-seuri-section {
    /* Background abu-abu muda sesuai desain */
    background-color: #f7f7f7; 
    padding: 6rem 0; 
}

.about-seuri-container {
    max-width: 1200px;
}

.about-content-wrapper {
    text-align: left;
}

.about-title {
    font-size: 2.2rem;
    font-weight: 700;
    /* Warna abu-abu gelap, sedikit kontras */
    color: #4A4A4A; 
    margin-bottom: 2rem;
    line-height: 1.3;
}

.about-content-wrapper p {
    font-size: 1.1rem;
    font-weight: 400;
    color: #666666; 
    line-height: 1.8; /* Line height yang nyaman untuk teks panjang */
    margin-bottom: 1.5rem;
}


/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 991.98px) {
    .about-seuri-section {
        padding: 4rem 0;
    }
    
    .about-title {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        padding: 0 5px;
    }
    
    .about-content-wrapper p {
        font-size: 1rem;
        line-height: 1.7;
        padding: 0 15px;
    }
}

@media (max-width: 767.98px) {
    .about-seuri-section {
        padding: 3rem 0;
    }
    
    .about-title {
        font-size: 1rem;
    }
}