.real-gallery{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.real-gallery figure{margin:0;background:#fff;border:1px solid #d7e2f3;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(33,68,120,.08)}
.real-gallery img{display:block;width:100%;aspect-ratio:2/3;object-fit:cover;object-position:center}
.real-gallery figcaption{text-align:center;padding:9px;font-weight:800;color:#344166}
.gallery-note{color:#65718d;margin-top:-10px;margin-bottom:20px}
@media(max-width:950px){.real-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){.real-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}
