.brand-mark.brand-mark--logo {
    display: inline-grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 0;
    color: inherit;
    background: transparent;
    box-shadow: none;
}

.brand-mark--logo img {
    display: block;
    width: 34px;
    height: 39px;
    object-fit: contain;
}
