
.mask-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:24px 0}.mask-gallery article{border:1px solid #0d6f89;border-radius:18px;overflow:hidden;background:#031323}.mask-gallery img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#fff}.mask-gallery article div{padding:18px 20px}.mask-gallery h2{margin:0 0 8px}.mask-gallery p{margin:0;line-height:1.55}.public-note{border:1px solid #0d6f89;border-radius:18px;padding:22px;margin:24px 0;background:#031323}.public-note h2{margin-top:0}@media(max-width:820px){.mask-gallery{grid-template-columns:1fr}}
