.brand {
    display: flex;
    align-items: center;
    height: 100%;
}

.brand img {
    width: auto;
    height: 68px;
    object-fit: contain;
}

@media (max-width: 620px) {
    .brand img {
        width: auto;
        height: 56px;
    }
}
