footer {
    display: flex;
    flex-flow: row wrap;
    line-height: 1.7em;
    font-family: ARSMaquetteProLight;
    font-weight: 500;
    background-color:#1B365D;
    justify-content: center;

}

footer section {
    display:flex;
    flew-flow: row;
    justify-content: space-between;
    width: 70%;
    max-width:1920px;
    margin-top: 32px;
    height: 50px;
    font-size: 20px;
}