.brands-wrapper{display:flex;gap:32px;flex-wrap:wrap;align-items:center}.brands-wrapper .brand-box{flex:0 0 calc((100% - 128px)/5);aspect-ratio:1/1;background-color:#fff;display:flex;justify-content:center;align-items:center;padding:20px 0;border:1px solid #d3d7dc;-webkit-transition:all .25s ease !important;transition:all .25s ease !important}.brands-wrapper .brand-box:hover{border-color:#ee7203}.brands-wrapper .brand-box img{max-width:80%;max-height:80%;object-fit:contain;display:block}