@media only screen and (max-width: 1200px) {}

@media only screen and (min-width: 768px) {
    .page-wrap .top-article .article-strip .article-card img {
        height: 250px;
    }
}

@media only screen and (min-width: 992px) {
    .site-nav .main-menu {
        display: inline-flex;
    }
}

@media only screen and (max-width: 992px) {
    .site-header .top-links {
        margin-bottom: 20px !important;
    }

    .site-header .searchbar {
        margin-bottom: 20px;
    }
}