.gallery-grid{display:grid;gap:32px;grid-template-columns:repeat(3,406px);justify-content:center;padding:112px 80px}.col{display:flex;flex-direction:column;gap:32px}.img-wrapper{overflow:hidden;position:relative;width:406px}.img-wrapper img{border-radius:4px;display:block;height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.img-wrapper:hover img{transform:scale(1.08)}.img-wrapper.img-1,.img-wrapper.img-2{height:406px}.img-wrapper.img-3,.img-wrapper.img-4{height:228px}.img-wrapper.img-5,.img-wrapper.img-6,.img-wrapper.img-7{height:406px}.img-wrapper{opacity:0;transform:translateY(40px);transition:all .6s ease}.img-wrapper.visible{border-radius:4px;opacity:1;transform:translateY(0)}@media (max-width:767px){.gallery-grid{grid-template-columns:335px;justify-content:center}.img-wrapper{width:335px}}@media (min-width:768px) and (max-width:1024px){.gallery-grid{gap:24px;grid-template-columns:repeat(2,335px);justify-content:center}.img-wrapper{width:335px}}