.footer__list {
    list-style-type: none;
    max-width: 170px;
    width: 100%;
}

.footer__list :last-child {
    margin-bottom: 0;
}

.footer__item-link {
    margin-bottom: 14px;
}

@media screen and (max-width: 960px) {
    .footer__list {
        margin: 0 auto !important;
    }
}