.fasilitas-hero {
    position: relative;
}

.fasilitas-hero .img-fasilitas-hero {
    min-height: 480px;
    object-fit: cover;
}

.fasilitas-hero .hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--dark-blue);
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
}

.fasilitas-section {
    margin: 60px 0px;
}

.fasilitas-section h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

/* if mobile */
@media (max-width: 767px) {
    .fasilitas-hero .hero-title {
        position: absolute;
        top: 50%;
        left: 45%;
        transform: translate(-45%, -50%);
        color: var(--dark-blue);
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-size: 23px;
    }

    .fasilitas-section {
        margin: 60px 0px;
    }

    .fasilitas-section h2 {
        font-weight: bold;
        margin-bottom: 20px;
    }

    /* 360 × 394 px */
    #img_header {
        width: 360px;
        height: 394px;
        object-fit: cover;
    }
}