footer{
    height: 70px;
    background-color: #0A354E;
    display: flex;
    justify-content: center;
    align-content: center;
}

footer .footer__menu{
    max-width: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( 100% - 100px);
}

footer .footer__menu a {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

footer .footer__menu a+a{
    margin-left: 25px;
}