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