﻿.brand-logo {
    height: 60px;
    object-fit: contain;
}

@media only screen and (max-width: 991px) {
    .brand-logo {
        height: 40px;
    }
}
