.gallery{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.gallery img{box-sizing:border-box}@media (max-width:800px){.gallery{gap:0}.gallery img{margin-bottom:25px;width:calc(50% - 16px)}}