@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;
    }

}