<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-hover-zoom img {
max-width:100% !important;
}

@media (max-width: 767px) {
.section-menu-center .item_content .item_quick_link h3 {
        font-size: 12px;
    }
}

@media (min-width:768px) and (max-width: 900px) {
.section-menu-center .item_content .item_quick_link h3 {
        font-size: 14px;
    }
}

.event-banner {
display:none !important;
}

@media (max-width: 767.98px) {
    .footer-logo, .copyright {
        display: none;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 150px auto !important;
    }
}</pre></body></html>