.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:18px 0 24px}.gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:5px;background:#f4ede9}.gallery img:first-child{grid-column:span 2;aspect-ratio:1}@media(max-width:600px){.gallery{grid-template-columns:1fr}}
