footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.partner__text--align-right {
    text-align: right;
}

.year {
    font-size: var(--text-size-base);
    color: var(--text-secondary);
}

.alfa-strah--small {
    width: 81px;
    height: 22px;
}

.partner--small {
    max-width: 175px;
}

/* @media (max-width: 1200px) {
    footer img {
        width: 680px;
        margin: 0 0 20px;
    }
} */

@media (max-width: 1200px) {
    footer {
        flex-direction: column;
        align-items: center;
    }

    footer img {
        width: 680px;
        margin: 0 0 20px;
    }

    .year {
        margin: 0 0 20px;
    }

    .partner {
        flex-direction: column;
    }

    .partner__text {
        text-align: center;
        margin: 0 0 10px;
    }

    .mobile-none {
        display: none;
    }

    .alfa-strah--small{
        width: 132px;
        height: 36px;
    }
}

@media (max-width: 720px) {

    footer img {
        width: 336px;
    }
}