.GalleryContent_pageScope__ewWiX .gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.GalleryContent_pageScope__ewWiX .gallery-item{padding:0;border:1px solid rgba(27,27,31,.08);background:#fff;cursor:pointer;text-align:left;border-radius:16px;overflow:hidden;box-shadow:0 14px 30px rgba(27,27,31,.12);transition:transform .2s ease,box-shadow .2s ease}.GalleryContent_pageScope__ewWiX .gallery-item img{width:100%;height:220px;object-fit:cover;display:block}.GalleryContent_pageScope__ewWiX .gallery-item:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(27,27,31,.18)}@media (max-width:720px){.GalleryContent_pageScope__ewWiX .gallery-item img{height:180px}}