.customers_wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;height:100%}@media (max-width:1200px){.customers_wrapper{grid-template-columns:repeat(3,1fr)}}@media (max-width:667px){.customers_wrapper{grid-template-columns:repeat(3,1fr)}}.customer_wrapper{background-color:#fff;border-radius:1rem;box-shadow:0 5px 10px -3px rgba(1,1,1,.4);padding:1rem}.customer{background-position:50%;background-repeat:no-repeat;background-size:contain;padding-bottom:55%}