.berita-detail-section {
    margin-top: 200px;
}

.berita-title {
    color: var(--dark-blue);
    font-size: 32px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.berita-info {
    font-style: italic;
    margin-bottom: 34px;
}

.img-berita-detail {
    border-radius: 10px;
    margin-bottom: 60px;
}

.berita-detail-content {
    margin-bottom: 80px;
}

/* if mobile */
@media (max-width: 767px) {
    .berita-detail-section {
        margin-top: 100px;
    }

    .berita-title {
        color: var(--dark-blue);
        font-size: 23px;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
    }

    .berita-info {
        font-style: italic;
        margin-bottom: 34px;
    }

    .img-berita-detail {
        border-radius: 10px;
        margin-bottom: 60px;
    }

    .berita-detail-content {
        margin-bottom: 80px;
    }

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