.card-berita {
    display: flex;
    position: relative;
}

.header-1 p {
    /* font: bold 18px Poppins, sans-serif; */
}

.img-card-berita {
    width: 15%;
    object-fit: cover;
    height: 120px;
    border-radius: 10px;
    flex-shrink: 0;
    max-width: 100%;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
}

.judul-berita {
    text-decoration: none;
    font-weight: bold;
    color: #212529;
    font-size: 18px;
}

.waktu-berita {
    font-size: 12px;
    font-family: poppins 14px;
    font-weight: 50;
}