.public-gallery>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.public-gallery img{width:100%;height:145px;object-fit:cover;border-radius:10px}@media(max-width:620px){.public-gallery>div{grid-template-columns:repeat(2,1fr)}.public-gallery img{height:120px}}
