@media screen and (max-width: 991px) {
    .field--name-field-mt-hero-v2-title {
        font-size: calc((var(--mt-text-size) * var(--mt-modular-ratio)) * 1.42);
    }
    #subfooter {
        margin-bottom: 50px;
    }
    .mt-mobile-menu-widget-wrapper form .mt-menu-button.mt-button {
        display: none;
    }
    .footer-social-links {
        justify-content: center;
        margin-top: 10px;
    }
}
@media screen and (max-width: 990px) {
    #superfish-main-accordion > li:last-child > a {
        color: #954004 !important;
    }
    /* this also available in css/components/menu.css */
    .header-container .header-second .block-type--mt-modal {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .view-content .views-view-responsive-grid {
        --views-responsive-grid--column-count: 1 !important;
    }
    .view-content .views-view-responsive-grid img {
        width: 100%;
    }
}