.brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

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

.brand small {
    margin-top: 0;
    letter-spacing: .09em;
}

.brand.light img {
    width: min(230px, 70%);
}

.mobile-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

.mobile-brand img {
    width: 190px !important;
    height: auto !important;
}

.mobile-brand span {
    color: var(--muted);
    font-size: .62rem;
    letter-spacing: .09em;
    text-transform: uppercase;
}
