.berita{
    margin-top: 7rem;
    margin-bottom: 3rem;
}

h1{
    font-size: 35px;
    font-weight: 700;
    color: #1b1b1b;
    font-family: Arial, Helvetica, sans-serif;
}

.date{
    color: gray;
    font-size: 13px;
    font-weight: 500;
}

.image-berita{
    width: 100%;
    object-fit: contain;
}

.keterangan-foto{
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
}

.heading-line h1{
    font-size: 25px;
    font-weight: 700;
    text-decoration: underline;
    color: #00AED6;
}

.heading-line{
    margin-top: 4rem;
}

.cards{
    margin-bottom: 1.5rem;
}

.card-contents{
    margin-top: 4rem;
}

.card-image-berita{
    position: relative;
    width: 100%;
    height: 160px;
}

.card-img-berita{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.card-content{
    display: inline-block;
    border-radius: 21px;
    width: 100%;
    display: inline-block;
}

.image-content-berita{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 0px 0px;
}

.judul-content .judul-berita{
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 8px;
    color: black;
    padding: .5rem 1rem 1rem 1rem;
}

.judul-content .tanggal-berita{
    color: #ACACAC;
    font-size: 12px;
    padding: .8rem 0rem 0rem 1rem;
    margin-bottom: 0;
}

@media (max-width: 320px) {
    .heading-line{
        font-size: 13px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 321px) and (max-width: 376px) {
    .heading-line{
        font-size: 16px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 377px) and (max-width: 600px) {
    .heading-line{
        font-size: 20px;
        margin-bottom: 1rem;
    }

    h1{
        font-size: 20px;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .heading-line{
        font-size: 25px;
        margin-bottom: 3rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .heading-line{
        font-size: 28px;
        margin-bottom: 3rem;
    }
}