@media screen and (min-width: 768px) {
    .site-header:not(.has-scrolled) .main-logo__image {
        width: 270px !important;
    }
}
@media screen and (max-width: 767px) {
    .siteAlert .alert-title p {
        font-size: 11px;
    }
}

