.gallery-wrapper{overflow:hidden;width:100%;--gap:25px;--scroll-start:0;--scroll-end:calc(-100% - var(--gap));background-color:#f4f1ef;display:flex;gap:25px;padding:96px 0}.gallery-column-wrapper{animation:scroll-x 60s linear infinite;display:flex;gap:25px}.gallery-item-column{display:flex;flex-direction:column;gap:25px}.gallery-item-column:nth-child(2n){margin-top:70px}.img-wrapper{aspect-ratio:3/4;height:auto;width:247px}.img-wrapper img{height:100%;object-fit:cover;width:100%}@keyframes scroll-x{0%{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}