.wd-brand-logo{
    display: flex;
    justify-content: center;
    margin-top: 5px;
    height: 25px;
}
.wd-brand-logo img {
    height: 25px;
    max-height: 25px;
}
.wd-brand-logo.brand-text {
    font-size: 23px;
    color: #000;
    font-weight: 700;
}
/* SINGLE - PRODUCT NAME */
.wd-single-product-brand{
    font-size: 20px;
    color: #0046FF;
    text-transform: uppercase;
}
@media(max-width: 786px){
    .wd-brand-logo img {
        width: 85px;
    }
}