.brand-logo {
    display: block;
    width: auto;
    max-width: 145px;
    height: 58px;
    object-fit: contain;
}

.brand-universal .site-header {
    background: #150015;
    border-bottom-color: #002c5b;
}

@media (max-width: 900px) {
    .brand-logo {
        max-width: 125px;
        height: 50px;
    }
}
