/* =========================================================
   Feature image
   ========================================================= */
.feature-image {
    aspect-ratio: 1280 / 600;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}