.event-gallery{margin:38px 0}
.event-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.event-gallery-item{display:block;overflow:hidden;border-radius:16px;background:#eef5f7;aspect-ratio:1/1}
.event-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.event-gallery-item:hover img{transform:scale(1.04)}
@media(max-width:560px){.event-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}
