.article .gallery {
    grid-template-columns: repeat(2, 1fr);
    width: 50%;
}

@media (max-width: 1200px) {
    
    .article .gallery {
        width: unset;
    }
}