.footer {
    background-color: #071730;
    color: #FFF;
    display: flex;
    justify-content: center;
    line-height: 135%;
    min-height: 64.8rem;
    padding: 4rem 2rem;
    width: 100%;
}

.footer__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    font-weight: 400;
    justify-content: space-between;
    max-width: 80rem;
    row-gap: 2rem;
    width: 100%;
}

.footer__nav {
    column-gap: 8rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4rem;
}

.column-list__item {
    margin-bottom: 1.2rem;
}

.column-list__item:last-child {
    margin-bottom: 0;
}

.column-list__link {
    color: #FFF;
}

.footer-link {
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

.column-list__link:hover,
.footer-link:hover {
    color: #868B95;
    transition: color .2s;
}

.footer-link--important {
    color: #FFF;
    font-size: 1.4rem;
}

.information-text {
    color: #F9FAFC;
    font-size: 1.2rem;
    text-align: center;
}