.gallery-section-container{display:flex;justify-content:center;padding:0 30px;margin-top:100px}.gallery-section-wrapper{width:1340px;display:flex;align-items:center;gap:30px}.gallery-section-wrapper img{width:calc(33% - 10px);aspect-ratio:1/1;object-fit:cover}@media screen and (max-width:600px){.gallery-section-wrapper{overflow-x:auto}.gallery-section-wrapper img{min-width:200px}.gallery-section-container{margin-top:50px}}