.sh-gallery{padding:60px 0;}
.sh-gallery__heading{text-align:center;font-size:3rem;margin:0 0 32px;}
.sh-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.sh-gallery__item{margin:0;border-radius:16px;overflow:hidden;background:#f2f5fa;}
.sh-gallery__item img{width:100%;height:260px;object-fit:cover;display:block;}
.sh-gallery__item figcaption{padding:12px 14px;font-size:1.3rem;color:#333;font-weight:600;}
@media(max-width:989px){.sh-gallery__grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:589px){.sh-gallery__grid{grid-template-columns:1fr;}}
