.customers-section{text-align:center;padding:2rem 1rem;max-width:1200px;margin:0 auto}.customers-section h2{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.5rem}.customers-section p{font-size:.9rem;color:#666;margin-bottom:2rem}.customers-logos{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:center;justify-items:center}.imageContainer{padding:16px 10px;border-radius:10px;background:#fff;transition:all .2s ease-in-out;display:flex;justify-content:center;align-items:center}.imageContainer:hover{border-left:2px solid #0b4fcc;border-right:2px solid #0b4fcc;transform:translateY(-10px)}.logo-img{max-height:60px;max-width:100%;object-fit:contain;filter:grayscale(100%);transition:filter .05s ease}.imageContainer:hover .logo-img{filter:grayscale(0)}@media (min-width:600px){.customers-logos{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.customers-logos{grid-template-columns:repeat(4,1fr)}}@media (min-width:1200px){.customers-logos{grid-template-columns:repeat(6,1fr)}}