.gallery__cards{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.gallery__card{align-items:center;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:200px;text-align:center}.gallery__title{color:var(--font-white)}@media(min-width:576px){.gallery__cards{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.gallery__cards{grid-template-columns:repeat(3,1fr)}.gallery__card{min-height:300px}}@media(min-width:992px){.gallery__cards{grid-template-columns:repeat(6,1fr)}}