.brand-logo {
    display: block;
    height: auto;
    max-height: 52px;
    max-width: min(280px, 70vw);
    object-fit: contain;
}
