.souvenir-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2.5rem}.souvenir-grid .image{box-shadow:0 3px 8px 0 #d9d9d9;margin-bottom:1rem;aspect-ratio:1/1;background-color:#f9f9f9;border-radius:.25rem;overflow:hidden;width:100%;display:flex;align-items:center;justify-content:center}@media screen and (max-width:1474px){.souvenir-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1230px){.souvenir-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.souvenir-grid{grid-template-columns:1fr}}