section.customers{background-color:var(--PrimaryBackground);align-items:center;padding-block:clamp(80px,10.417vw,200px) clamp(60px,7.292vw,140px)}section.customers .section-header{text-align:center;grid-area:1/5/2/9;align-items:center;gap:clamp(8px,1.25vw,24px)}@media (width<=768px){section.customers .section-header{padding-inline:56px}}section.customers .section-content{grid-area:2/2/3/12;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:clamp(32px,3.125vw,60px);display:grid}@media (width<=1024px){section.customers .section-content{grid-template-columns:1fr 1fr}}@media (width<=768px){section.customers .section-content{grid-template-columns:1fr}}section.customers .item{background-color:var(--SecondaryBackground);border-radius:12px;gap:clamp(40px,4.167vw,80px);padding:clamp(32px,3.125vw,60px);position:relative}@media (width<=768px){section.customers .item{padding-top:80px}}section.customers .item-logo{width:auto;height:clamp(24px,2.083vw,40px);position:absolute;top:30px;left:30px}section.customers .item-logo img{width:auto;height:100%}section.customers .item-thumb{aspect-ratio:4/3;width:100%;transition:transform var(--transition-bezier)}section.customers .item-content{gap:24px}section.customers .item-chip{gap:8px}section.customers .item-chip-icon{flex:none;width:24px;height:24px}section.customers .item-text{gap:16px}@media (hover:hover) and (pointer:fine) and (width>=768px){section.customers .item:hover .item-thumb{transform:scale(1.1)}}