 @media (max-width: 1267px) {
        .blog-page .blog__item:last-child {
            grid-column: span 2;
        }
        .blog-page .blog__item:last-child .blog__bnr-img  {
            background-size: contain;
            background-repeat: no-repeat;
        }
    }