.brans-list-img{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.brans-list-img a{
    display: inline-block;
}
.brans-list-img img,
.brans-list-img svg{
    max-height: 100%;
    max-width:100%;
    object-fit: contain;
}