.gallery{display:flex;gap:24px;flex-wrap:wrap}.gallery-item{list-style-type:none;width:360px;height:200px;overflow:hidden;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.044);z-index:1}.gallery-image{width:100%;height:100%;display:block;object-fit:cover}
