section.brands{position:relative;padding:50px 0}@media (max-width: 992px){section.brands{padding:10px}}section.brands .items{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}@media (max-width: 992px){section.brands .items{grid-template-columns:repeat(2,1fr);gap:6px}}section.brands .items a.brand{display:flex;flex-direction:column;justify-content:stretch;text-decoration:none;margin-top:-12px;margin-right:-12px;margin-left:-12px;border-radius:24px;min-width:0}@media (max-width: 992px){section.brands .items a.brand{margin:0}}section.brands .items a.brand .img{flex:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#fff;border:1px solid #eee;border-radius:16px;margin-bottom:12px;-webkit-transition:.15s;-moz-transition:.15s;-ms-transition:.15s;-o-transition:.15s;transition:.15s;aspect-ratio:1/1;padding:12px;width:100%}section.brands .items a.brand .img img{width:100%}section.brands .items a.brand strong{width:100%;min-width:0;max-width:100%;color:#001020;display:block;font-size:20px;height:32px;line-height:32px;font-weight:600;letter-spacing:-.8px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1}section.brands .items a.brand:hover{background:#00478f0d}
