/* Hide the hero background-image on mobile to improve LCP */
@media (max-width: 767.98px) {
    .header-image {
        background-image: none !important;
        min-height: auto;
    }
}
