.content-about-us h1, h2, h3 {
    margin-bottom: 15px;
    position: relative;
}

.content-about-us h1::before,
.content-about-us h2::before,
.content-about-us h3::before {
    content: '';
    position: absolute;
    width: 10%; /* Panjang border mengikuti teks */
    height: 4px; /* Ketebalan border */
    background-color: red; /* Warna border */
    bottom: -5px; /* Jarak border dari teks */
    left: 0;
}

blockquote{
    font-size: 0.9em;
    font-style: italic;
}

.accordion-content{
    font-size: 0.9em;
}
