.gallery-header{justify-content:center;align-items:center;margin-bottom:32px;display:flex}.gallery-title.title{text-align:center}.gallery-items{grid-template-columns:repeat(3,1fr);gap:32px 24px;display:grid}.gallery-item{border-radius:8px;height:225px;overflow:hidden}.gallery-item:hover .gallery-item-image{transform:scale(1.05)}.gallery-item-image{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .3s ease-in-out}@media (max-width:1024px){.gallery-items{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:640px){.gallery-items{grid-template-columns:repeat(1,1fr)}}
