.brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand-logo img {
    width: 50px;
    transform: translate(5px, -3px);
}