.footer {
    display: flex;
    flex-flow: row wrap;
    padding: 50px;
    color: #FFFFFF;
    background-color: #2A3544;

}

.footer h4 {
    font-weight: 700;
    font-size: 15px;
    text-align: center;

}

.footer ul {
    list-style: none;
    padding-left: 0;
}


.footer li {
    line-height: 2em;
    text-align: center;

}

.footer a {
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 400;

}

.footer a:hover {
    color: #e5e5e5;
    text-decoration: none;

}

.footer .social-icon a {
    padding-left: 20px;
}

.footer_bottom {
    border-top: 1px solid #979797;
}

.footer_bottom p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.6;
}
