.brand-corporate {
    width: 220px;
    height: 70px;
    overflow: hidden;
    flex-shrink: 0;
}

.brand-corporate img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.footer-logo {
    width: 180px;
    height: 62px;
    object-fit: contain;
    margin-left: auto;
}

.footer .live {
    margin-left: 0;
}

@media (max-width: 640px) {
    .brand-corporate {
        width: 175px;
        height: 58px;
    }

    .footer-logo {
        width: 105px;
        height: 45px;
        margin-left: auto;
    }
}
