﻿@media (max-width: 767px) {
    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
        background-image: url('img/WhatsApp Image 2024-05-29 at 7.36.27 PM.jpeg');
        background-size: cover;
        background-position: center;
        margin-bottom: 90px;
        height: 24rem;
    }
}
