/* Section Content Galeri */
.sec-c-galeri {
    min-height: 40rem;
}

.sec-c-galeri .card img{
    aspect-ratio: 16/9;
    object-fit: cover;
}

.sec-c-galeri .modal p {
    font-size: 1.4ch;
}

/* Profil */
.sec-profil {
    min-height: 40rem;
}

.sec-profil .w-content {
    width: max-content;
    border-radius: 1.8rem;
}
.sec-profil p, .sec-profil li {
    font-size: 1.4ch;
}