.image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.image-grid img{width:100%;height:auto}@media(max-width:600px){.image-grid{grid-template-columns:1fr}}
