body{display:flex;flex-direction:column;align-items:center}.all-paintings{max-width:min(90%,125rem);display:grid;grid-template-columns:repeat(auto-fill,31.25rem);gap:2rem;grid-template-rows:repeat(2,auto);justify-content:center;margin-bottom:12.5rem}.all-paintings>div{display:flex;justify-content:center;align-items:center}.all-paintings img{width:31.25rem;height:auto}@media screen and (max-width:767px){.all-paintings{grid-template-columns:1fr;grid-template-rows:repeat(5,auto)}.all-paintings img{width:95vw;height:auto}}
