/* Warna kustom untuk brand Anda */
.text-custom-orange {
    color: #FF6100;
}

/* Container untuk judul section */
.section-title-container {
    position: relative;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.75rem;
}

/* Garis bawah oranye yang mengikuti warna teks judul */
.section-title-container .section-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30%;
    height: 4px;
    background-color: currentColor;
}

.card {
    border: 0.5px;
}
