.topbar {
    justify-content: flex-start;
}

.brand-logo {
    display: block;
    width: min(190px, 45vw);
    height: 46px;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 700px) {
    .topbar {
        height: 72px;
        padding: 0 22px;
        flex-direction: row;
        gap: 0;
    }

    .brand-logo {
        width: 160px;
        height: 42px;
    }
}
