@media screen and (max-width: 1270px) {
    last-news-content {
        grid-template-columns: repeat(2, minmax(290px, 100%));
    }
}