.gallery-section{background:#fff;padding-block:88px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.gallery-grid figure{margin:0;background:var(--soft);border-radius:16px;overflow:hidden}.gallery-grid img{width:100%;aspect-ratio:1.35;object-fit:cover}.gallery-grid figcaption{font-size:13px;font-weight:800;color:var(--blue-dark);padding:12px 14px}@media(max-width:820px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.gallery-grid{grid-template-columns:1fr}}
