.gallery.gallery-pages{max-width:1050px;margin:30px 0 0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;align-items:start}.gallery.gallery-pages img{display:block;width:100%;height:auto;aspect-ratio:210/297;object-fit:contain;background:#fff;border-radius:10px;border:1px solid #eee8ee;box-shadow:0 12px 28px #47365618;filter:blur(.08px)}@media(max-width:850px){.gallery.gallery-pages{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}@media(max-width:520px){.gallery.gallery-pages{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}