.image-gallery__wrapper{display:grid;gap:5rem 2.5rem;grid-template-columns:1fr 1fr 1fr}.image-gallery__wrapper img{aspect-ratio:3/2;border-radius:5px;margin-bottom:1.5rem;object-fit:cover}@media screen and (max-width:1024px){.image-gallery__wrapper{grid-template-columns:1fr 1fr}}@media screen and (max-width:767px){.image-gallery__wrapper{gap:5rem 0;grid-template-columns:1fr}}