/* Mobile-specific styles for Hero image */
@media (max-width: 576px) {
    .banner_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px 0;
    }
    .hero-image-mobile {
        width: 100vw;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        margin: 0 auto;
        display: block;
    }
    #banner h2 {
        font-size: 1.6rem;
        margin-bottom: 0px;
    }
}
