.newImageGrid{align-items:center;display:flex;gap:30px;justify-content:center}.loopImage img{max-width:100%;width:110px}@media only screen and (max-width:1000px){.newImageGrid{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);padding:80px 0}.loopImage img{width:85%}}@media only screen and (max-width:600px){.newImageGrid{padding:50px 0}.loopImage img{width:100%}}