.footer-block {
    height: 356px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 17px;
    line-height: 21px;
    padding: 68px 50px 31px 50px;
}

.footer-block__login {
    background-color: #00A69C;
    color: #EAFDF2;
    flex: 1;
}

.footer-block__newsletter {
    background-color: #5FE1A2;
    color: #255D5A;
    flex: 1;
}

.footer-block__newsletter p {
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
}

.footer-block__social {
    background-color: #fff;
    color: #EAFDF2;
    flex: 2;
}

.footer-block__social .logo {
    max-width: 214px;
    margin-bottom: 24px;
}

.footer-icon {
    padding: 25px 0px;
    max-width: 25px;
    margin-right: 12px;
}

.footer-icon__divider {
    border-top: 4px solid #2BB573;
}

.footer-text {
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0px;
    color: #255D5A;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 500;
    vertical-align: middle;
}