body {
    background-color: #F5F5F7 !important;
}

.container-fluid {
    padding: 3rem !important;
}

h1.judul-berita {
    font-family: Poppins;
    font-weight: 600;
    font-size: 2rem;
    line-height: 180%;
    color: #323F75;
}

h5.judul-berita {
    font-family: Poppins;
    font-weight: 600;
    font-size: 1rem;
    line-height: 180%;
    color: #2E2B2A;
}

h6.judul-berita-lain {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 0.825rem;
    line-height: 180%;
    color: #121212;
}

p.tanggal-berita {
    font-family: Open Sans;
    font-size: 0.875rem;
    line-height: 180%;
    color: #5D5D5D;
}

h4 {
    text-align: justify;
}

p {
    text-align: justify;
}
p.tanggal-berita-lain {
    font-family: Open Sans;
    font-size: 0.75rem;
    line-height: 180%;
    color: #5D5D5D;
}

.tanggal {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 0 !important;
    margin: 0 auto;
    height: 7rem;
    width: 7rem;
}

.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;

}

.gambar-berita-lain {
    height: 5rem;
    width: 5rem;
    border-radius: 10px;
}

.center-news {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
}

.vertical-center-news {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

h2.d {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0rem !important;
}

h5.my {
    font-size: 0.8rem;
    padding-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.btn-simpan {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.card {
    margin-bottom: 0 !important;
}

.detail .card-body {
    padding: 2rem 2.5rem !important;
}

@media only screen and (min-width: 991px) {
    .tanggal {
        height: 6rem;
        width: 6rem;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1160px) {
    .vertical-center-news {
        padding-left: 1rem !important;
    }
}

@media only screen and (min-width: 426px) {
    .col-lg-6 {
        padding: 1.5rem 1.5rem !important;
    }
}

@media only screen and (max-width: 767px) {
    .vertical-center-news {
        margin-top: 1rem;
        position: relative;
        top: 0;
        transform: none;
    }

    h5.judul-berita {
        font-size: 1rem !important;
    }

    h1.judul-berita,
    .card-header {
        font-size: 1.5rem !important;
    }

    p.tanggal-berita {
        font-size: .8rem !important;
    }

    .container-fluid {
        padding: 1.5rem !important;
    }

    .container {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 426px) {
    .card {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    h1.judul-berita {
        font-size: 1.125rem !important;
    }

    h5.judul-berita {
        font-size: 0.875rem !important;
    }
}