.gallery-section{text-align:center}.gallery-title{color:#f7f8fa;font-size:40px;font-weight:500;margin-bottom:15px}.gallery-description{color:#f7f8fa;font-size:16px;line-height:1.6;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:1000px}.gallery-container{overflow:hidden;width:100%}.gallery-row{margin-bottom:12px;overflow:hidden}.gallery-row-bottom{margin-bottom:0}.gallery-track{display:flex;gap:12px;width:fit-content}.gallery-track-left{animation:scroll-left 30s linear infinite}.gallery-track-right{animation:scroll-right 30s linear infinite}.gallery-item{border:1px solid hsla(0,0%,100%,.1);border-radius:3px;flex-shrink:0;height:250px;overflow:hidden;width:auto}.gallery-item img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:auto}.gallery-item:hover img{transform:scale(1.1)}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (max-width:768px){.gallery-item{height:225px;width:225px}.gallery-title{font-size:32px}}