.banner {
    background-color: #014a97;
}

.striped-bg:nth-child(odd) {
    background-color: #f8f9fa;
}