/* Contact Us Page Responsive Styles */

/* Banner Section Responsive */
@media (max-width: 1200px) {
    .banner-section {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .banner-section {
        height: 200px;
        margin-top: -60px;
    }
}

@media (max-width: 480px) {
    .banner-section {
        height: 200px;
        margin-top: -50px;
    }
}

/* This file will be used for future Contact Us page responsive styles */
/* Currently all responsive styles come from global responsive.css */
