.footer .footer-brand {
    display: flex;
    min-height: 54px;
    align-items: center;
}

.footer .footer-brand img {
    display: block;
    width: auto;
    max-width: 180px;
    height: auto;
    max-height: 58px;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 760px) {
    .footer .footer-brand {
        min-height: 48px;
    }

    .footer .footer-brand img {
        max-width: 160px;
        max-height: 52px;
    }
}
