.gallery .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.gallery img{width:100%;height:220px;object-fit:cover;border-radius:10px;box-shadow:0 6px 18px rgba(169,142,167,0.06)}

@media(min-width:768px){.gallery .grid{grid-template-columns:repeat(3,1fr)}.gallery img{height:260px}}
