.brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.brand-logo img {
    margin: 0 auto;
}