.brands-top-wrp{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.brands-top-item{
    height: 80px;
    width: 190px;
    background-color: #F4F4F4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-align: center;
}
.brands-top-item img{
    width: 100%;
    max-height: 80px;
    mix-blend-mode: multiply;
}