.site-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.site-footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.site-footer__link {
    font-size: 16px;
    line-height: 140%;
    color: var(--main-colors-black);
}

a.site-footer__link:hover {
    text-decoration: none;
    color: var(--main-colors-green);
}