.gallery{display:grid;grid-gap:25px;grid-template-columns:repeat(3,1fr)}@media (max-width:1200px){.gallery{grid-template-columns:repeat(2,1fr)}}