.gallery{padding:20px;text-align:center}.gallery-title{color:#000;font-size:2rem;font-weight:700;margin-bottom:20px}.gallery-grid{display:grid;gap:15px;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:1200px}.gallery-grid a{display:block;position:relative}.gallery-grid img{aspect-ratio:1/1;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);height:auto!important;object-fit:fill;transition:transform .3s,box-shadow .3s;width:100%}.gallery-grid img:hover{box-shadow:0 6px 12px rgba(0,0,0,.2);transform:scale(1.05)}