.customer-logos{padding-top:rem-calc(50px)}
.customer-logos .section-header{margin-bottom:0;padding-bottom:rem-calc(40px)}
.customer-logos .section-header .title{font-size:1.6rem;font-weight:500;margin-top:0;padding-bottom:2rem;line-height:1.1875;color:#22333b;text-align:center}
.customer-logos .logo-gallery-section{padding:0}
.customer-logos .logo-gallery-section .logo-grid{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;gap:1.2rem;grid-template-columns:repeat(4,1fr)}
.customer-logos .logo-gallery-section .logo-item img{max-width:150px;max-height:70px;width:100%;height:50px;-o-object-fit:contain;object-fit:contain}
@media(min-width:768px){.customer-logos .logo-gallery-section .logo-grid{grid-template-columns:repeat(6,1fr)}
}@media(min-width:1200px){.customer-logos .logo-gallery-section .logo-grid{grid-template-columns:repeat(10,1fr)}
}@media(max-width:768px){.customer-logos .logo-gallery-section .logo-item img{max-width:100px;max-height:50px}
}