/*  LAST UPDATED BY RS ON 28/2/23 */

.info-block:nth-of-type(odd){
    border-left: 10px solid #005BBB;
}

.info-block:nth-of-type(even){
    border-left: 10px solid #FFD500;
}