.st-image-grid{border-radius:15px;display:flex;flex-wrap:wrap;gap:1em;justify-content:space-around;padding:2em}.st-image-grid__image{box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;margin:1em;max-height:75px;width:calc(20% - 2em)}.st-image-grid__image img{max-height:100%;max-width:100%;object-fit:contain}@media screen and (max-width:767px){.st-image-grid{column-gap:1em;flex-wrap:wrap;row-gap:1em}.st-image-grid__image{flex:1 0 30%}}@media screen and (max-width:420px){.st-image-grid{padding:1em}}