.img-gallery{column-gap:2%;row-gap:24px;justify-content:center}.img-gallery .item{flex:0 0 49%;height:320px;background:var(--lightgrey-bg)}.img-gallery img{width:100%;height:100%;object-fit:cover}@media only screen and (max-width:767.5px){.img-gallery{row-gap:16px;justify-content:center}.img-gallery .item{flex:0 0 100%;height:280px}}