.elementor-9996 .elementor-element.elementor-element-cff8faf{--display:flex;}/* Start custom CSS for heading, class: .elementor-element-8966df9 *//* Styling khusus untuk Judul H2 */
    .empathy-h2-sustainability {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        font-size: 32px;
        font-weight: 800;
        color: #1e3c72; /* Biru Deep Akademis */
        text-align: center;
        margin: 40px 0 10px 0;
        padding-bottom: 15px;
        position: relative;
        letter-spacing: -0.5px;
        line-height: 1.2;
    }

    /* Garis dekoratif di bawah H2 */
    .empathy-h2-sustainability::after {
        content: "";
        display: block;
        width: 60px;
        height: 4px;
        background: #27ae60; /* Hijau Empathy */
        margin: 15px auto 0;
        border-radius: 10px;
    }

    /* Responsif Mobile */
    @media (max-width: 768px) {
        .empathy-h2-sustainability {
            font-size: 26px;
            padding: 0 15px;
        }
    }/* End custom CSS */