body .e-mobilityHeader {
    background-color: #3D689A;
}

body .e-mobilityLogo-header span {
    color: white !important;
}

.e-mobilityFooter {
    margin-top: 0;
}

.e-mobilityFooter-top {
    background-color: #3D689A;
    padding: 80px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;

}

.e-mobilityFooter-top .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.e-mobilityFooter-top img {
    max-height: 20px;
}

.e-mobilityFooter-top a:first-child {
    margin-right: 20px;
}