.photo-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.photo-gallery figure{margin:0;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 10px 26px rgba(6,42,87,.13)}.photo-gallery img{width:100%;height:245px;object-fit:cover;display:block}.photo-gallery figcaption{padding:12px 15px;font-weight:700;color:#092d5b}@media(max-width:780px){.photo-gallery{grid-template-columns:repeat(2,1fr);gap:13px}.photo-gallery img{height:185px}.photo-gallery figcaption{font-size:.9rem}}@media(max-width:430px){.photo-gallery{grid-template-columns:1fr}.photo-gallery img{height:245px}}
