.news-gallery-item {
    margin-top: 15px;
}

.news-gallery-figure {
    margin: 0;
}

.news-gallery-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.news-gallery-caption {
    margin-top: 5px;
    line-height: 1.35;
}