.gallery{display:flex;flex-wrap:wrap;justify-content:center;flex-basis:100px;list-style-type:none;gap:24px;margin:0 auto;max-width:1128px;padding:24px}.gallery-item{flex-basis:calc((100% - 48px) / 3);transition:transform .3s ease}.gallery-item:hover{transform:scale(1.04)}.gallery-link{height:100%;display:block}.gallery-image{width:100%;height:100%}
