footer {
    background-color: #232323;
    padding: 150px 0;
    color: #EAEAEA;
}

footer .container {
    display: flex;
}

.soc-container__mobile {
    display: none;
}

.footer__connect {
    margin-right: 87px;
}

.footer__title {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
}

.footer__permission {
    flex: 1 1 auto;
    font-family: NunitoSans, sans-serif;
    color: #454545;
    font-size: 15px;
    display: flex;
    justify-content: flex-end;
}

.permission {
    margin-bottom: 15px;
}

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

footer nav a {
    border: 0;
    padding: 0;
    margin-top: 15px;
}

.footer-servers__title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
}
