.odd {
    background-color: rgba(235,235,235,1) !important;
}

.even {
    background-color: rgba(245,245,245,1) !important;
}

.odd, .even {
    justify-content: center !important;
}

@media (min-width: 992px) {
    .odd, .even {
      padding: 0 4.5rem !important;
    }
}