/* Custom CSS untuk menyeragamkan ukuran gambar di sidebar Berita Sebelumnya */
.news-block-two-col-image-wrap {
    width: 90px !important;
    height: 90px !important;
    min-width: 90px;
    min-height: 90px;
    max-width: 90px;
    max-height: 90px;
}

.news-block-two-col-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
