#gallery-section{padding-bottom:40px;padding-top:40px}.grid-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}.container{margin-bottom:40px;width:100%}.gallery-heading{color:#333;font-family:Lexend-SemiBold;font-size:28px;font-weight:700;margin-bottom:20px}.gallery-items{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.gallery-items img{border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);height:250px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}@media (max-width:768px){.gallery-items{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.gallery-items{grid-template-columns:1fr}}
