.brand {
    width: 96px;
    height: 72px;
    position: relative;
    overflow: hidden;
    flex: 0 0 96px;
}

.brand img {
    position: absolute;
    width: 132px;
    max-width: none;
    height: auto;
    left: -18px;
    top: -26px;
    transform: none;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-brand img {
    width: 250px;
    max-width: 100%;
    filter: none;
    mix-blend-mode: normal;
}

@media (max-width: 600px) {
    .brand {
        width: 84px;
        height: 60px;
        flex-basis: 84px;
    }

    .brand img {
        width: 112px;
        left: -14px;
        top: -22px;
    }
}
