.hero-image {
    margin-bottom: 32px;
}

.hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1440 / 650;
    max-height: 650px;
}

@media (max-width:991px) {
    .hero-image img {
        aspect-ratio: 375 / 250;
    }
}