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