<style>
/* === SERVICE WRAPPER === */
.wel_services {
    text-align: center;
    margin-bottom: 28px;
    padding: 0 15px; /* Default padding */
}

/* Icon Styling */
.wel_services .aboutme-thumb img {
    width: 70px !important;
    height: auto !important;
    max-width: 100%;
    display: block;
    margin: 0 auto 12px;
}

/* Text layout */
.wel_services_desc {
    text-align: center;
}

/* ===== RESPONSIVE untuk Mobile ===== */
@media screen and (max-width: 480px) {

    /* Icon lebih kecil agar proporsional */
    .wel_services .aboutme-thumb img {
        width: 55px !important;
    }

    /* Padding kanan kiri lebih lega */
    .wel_services {
        padding: 0 18px !important;
    }
}
</style>


<div class="wel_services">				
    <div class="aboutme-thumb">
        <img src="https://cdn-icons-png.flaticon.com/512/18759/18759311.png" alt="">
    </div> 
    <div class="wel_services_desc">
        <h6>Akurasi & Integritas</h6>
        <p>Kami memastikan setiap transaksi tercatat dengan benar dan laporan keuangan disajikan secara akurat agar Anda dapat mengambil keputusan yang tepat.</p>
    </div>				
</div>



