ol.rds-progress-tracker[data-steps="4"] li  {
    width: 25%;
}

@media only screen and (max-width: 1023px) {
    ol.rds-progress-tracker[data-steps="4"] li  {
        width: 33.32%;
    }
}
@media only screen and (max-width: 767px) {
    ol.rds-progress-tracker[data-steps="4"] li  {
        width: 33.32%;
    }
}