:root{--h-min:120px;--row-h:clamp(64px,8vw,110px)}.horiz-logo-gallery{background:#f8f9fb;border-radius:1.875rem;box-sizing:border-box;margin-bottom:3.4375rem;max-width:1261px;padding:2rem;width:100%}.horiz-logo-gallery h2{color:var(--strong-orange);text-align:center}.horiz-logo-gallery .logo-gallery-inner{display:grid;gap:var(--gap,1rem);grid-template-rows:minmax(var(--row-h),max-content) minmax(var(--row-h),max-content)}.horiz-logo-gallery .logo-row{align-items:stretch;display:grid;gap:var(--gap,1rem);justify-content:center}.horiz-logo-gallery .logo-row--top{grid-template-columns:repeat(6,minmax(var(--h-min),1fr))}.horiz-logo-gallery .logo-row--bottom{grid-template-columns:repeat(4,minmax(var(--h-min),1fr))}.horiz-logo-gallery .logo-card{background:#fff;border-radius:var(--card-radius,1.8125rem);box-sizing:border-box;display:grid;height:100%;padding:10px;place-items:center}.horiz-logo-gallery .logo-card img{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}@media (max-width:900px){.horiz-logo-gallery .logo-row{display:flex;flex-wrap:wrap;justify-content:center}.horiz-logo-gallery .logo-row--bottom,.horiz-logo-gallery .logo-row--top{grid-template-columns:none}.horiz-logo-gallery .logo-card{flex:0 1 var(--h-min);height:var(--row-h);margin:calc(var(--gap, 1rem)/2);max-width:200px}}@media (max-width:640px){.horiz-logo-gallery .logo-gallery-inner{grid-template-rows:auto auto}.horiz-logo-gallery .logo-card{height:auto}}