.customers{background:linear-gradient(145deg,#f7faf7,#fff)}.customers-heading{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:42px}.customers-heading h2{margin-bottom:0}.customers-heading>p{color:var(--muted);font-size:17px;line-height:1.7}.customer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.customer-grid article{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:230px;padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 10px 35px rgba(21,92,41,.06);text-align:center}.customer-grid img{display:block;width:100%;height:130px;object-fit:contain}.customer-grid span{margin-top:16px;color:var(--muted);font-size:13px;font-weight:800}@media(max-width:900px){.customers-heading{grid-template-columns:1fr;gap:12px}.customer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.customer-grid{grid-template-columns:1fr}.customer-grid article{min-height:210px}}
