.image-container{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;max-width:880px;width:100%}.image-container img{height:auto;object-fit:cover;width:calc(33.33333% - 6.66667px)}@media (max-width:768px){.image-container{flex-direction:column}.image-container img{width:100%}}