.brands-container{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;margin:0 auto}.brand-item{background-color:#243247;border-radius:16px;flex:1 1 calc(33.333% - 32px)}.brand-item:nth-child(4),.brand-item:nth-child(5){flex:1 1 calc(50% - 32px)}.brand-item:not(.brand-item-image){padding:40px}.brand-content-container{display:flex;flex-direction:column;height:100%}.brand-image{align-items:center;display:flex;justify-content:flex-start;margin-bottom:32px;max-height:63px;min-height:63px}.brand-item .brand-image img{height:auto;max-width:100%}.brand-item.brand-item-image img{border-radius:16px;min-height:100%;min-width:100%;object-fit:cover}.brand-content p:last-child{margin-bottom:0}.brand-item .brand-button-container{margin-top:auto;padding-top:40px}.brand-button-container a{text-decoration:underline}@media (max-width:768px){.brand-item{flex:1 1 calc(50% - 32px)}}@media (max-width:767px){.brand-item{flex:1 1 100%!important}}