/* Hero image size enhancement */
.hero-img {
    height: auto !important;
    max-height: 600px !important;
    object-fit: cover;
}

.hero-section img {
    height: auto !important;
    max-height: 600px !important;
    object-fit: cover;
}
