.gallery-section{background:#fff;padding:5rem 2rem}.gallery-inner{max-width:1300px;margin:0 auto}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:3px;margin-top:2.5rem;display:grid}.gallery-item{background:#eee;height:250px;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}
