.customer-grid{display:grid;grid-gap:20px;grid-template-columns:repeat(5,1fr);grid-auto-flow:unset;margin:0 auto}.customer-grid .cg-item{justify-self:center;max-width:200px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;text-align:center}.customer-grid .cg-item img{width:100%;height:auto}@media (max-width:980px){.customer-grid{grid-gap:10px}}@media (max-width:520px){.customer-grid{grid-gap:5px}}