.project-gallery{padding:80px 0}.project-gallery h2{color:#0f2748;font-size:46px;margin-bottom:15px;text-align:center}.gallery-intro{color:#4b5563;font-size:18px;line-height:1.7;margin:0 auto 50px;max-width:750px;text-align:center}.gallery-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.gallery-item{background:#fff;border-radius:18px;overflow:hidden;position:relative}.gallery-item img{display:block;height:320px;min-height:585px;object-fit:cover;transition:.4s;width:100%}.gallery-item:hover img{transform:scale(1.05)}.gallery-caption{background:#fff;color:#0f2748;font-weight:600;padding:15px;text-align:center}@media(max-width:991px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.gallery-grid{grid-template-columns:1fr}.gallery-item img{height:260px}}