.brand-logo {
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    border-radius: 8px;
    color: #6c6c6c;
    line-height: 22px;
}

.brand-logo-pic {
    width: 100%x;
    height: 214px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.brand-logo-img {
    width: 145px;
    height: 145px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.brand-logo-profile {
    height: 72px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.brand-logo-profile-address {
    direction: ltr;
    color: #ababab;
}

.brand-logo-profile-address:hover {
    color: #ababab;
    text-decoration: none;
}

.brand-description {
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
    color: rgb(108, 108, 108);
}

@media screen and (min-width:576px) {
    .brand-product-row {
        border-right: 1px solid rgba(0, 0, 0, .125);
    }
    .brand-product-card-sm {
        height: 100%;
        border-right: none;
    }
    .brand-product-card {
        height: 100%;
        border-right: none;
        border-top: none;
    }
}

@media screen and (max-width:575px) {
    .brand-product-card-sm {
        height: auto;
    }
    .brand-product-card {
        height: auto;
    }
}

.brand-image-card {
    object-fit: contain;
}