.block__imageGallery{padding:clamp(3.75rem,5vw,5rem)0;background-color:#fafafa}.block__imageGallery .titleWrap{max-width:750px;margin-bottom:3rem}.block__imageGallery .galleryWrap{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.875rem,2.5vw,2.5rem)}@media only screen and (max-width:1150px){.block__imageGallery .galleryWrap{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:800px){.block__imageGallery .galleryWrap{grid-template-columns:repeat(2,1fr)}}.block__imageGallery .galleryWrap .galleryItem{border-radius:20px;overflow:hidden;aspect-ratio:1/1;cursor:pointer;transition:150ms all ease-in}.block__imageGallery .galleryWrap .galleryItem:hover{transform:scale(101%)}.block__imageGallery .galleryWrap .galleryItem img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}
/*# sourceMappingURL=style.css.map */