.gallery__title{margin-bottom:2rem}.gallery__gallery{display:grid;gap:1.25rem;grid-template-columns:repeat(2, 1fr)}.gallery__img{border-radius:1.25rem;height:100%;max-height:12.5rem;object-fit:cover;width:100%}.gallery__img.interactive{cursor:pointer}@media only screen and (min-width: 480px){.gallery__gallery{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 768px){.gallery__gallery{grid-template-columns:repeat(4, 1fr);margin-inline:-2rem}}
/*# sourceMappingURL=./gallery.css.map */