.footer-banner {
    background-color: #0d69aa;
}

.footer-banner .container {
    padding: 10px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-banner a {
    display: inline-block;
    padding: 0 5px;
}