<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1200px) {
    .news-grid-area .post-block.post-full:first-child,
    .news-grid-area .post-block.post-splited {
        width: 50%;
    }
    .news-grid-area .post-block.post-full:last-child {
        display:none;
    }

    .news-grid-area .post-block.post-splited,
    .news-grid-area .post-block.post-full:last-child {
        padding-right: 0px;
    }

}</pre></body></html>