.brand {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    letter-spacing: -.02em;
}

.brand img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 64px;
    object-fit: contain
}

@media(max-width:600px) {
    .brand img {
        max-width: 180px;
        max-height: 50px
    }
}