.cp-customers{background:var(--cp-white);border-bottom:1px solid var(--cp-slate-100);padding:80px 0}.cp-customers__label{color:var(--cp-slate-500);font-size:12px;font-weight:600;letter-spacing:.18em;margin-bottom:48px;text-align:center;text-transform:uppercase}.cp-customers__grid{align-items:center;display:grid;gap:32px;grid-template-columns:repeat(6,1fr);justify-items:center}.cp-customers__item{align-items:center;display:flex;filter:grayscale(100%);height:42px;justify-content:center;max-width:140px;opacity:.55;transition:opacity .3s ease,filter .3s ease}.cp-customers__item:hover{filter:grayscale(0);opacity:1}.cp-customers__item img{max-height:100%;max-width:100%;object-fit:contain}@media (max-width:960px){.cp-customers__grid{grid-template-columns:repeat(3,1fr)}}