#section-timeline .wpb_wrapper .process-box{
  padding: 0;
  margin: 0;
}

#section-timeline .container .row .wpb_column .vc_column-inner .wpb_wrapper .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper h3 span {
    color: #023496;
    font-size: 30px;
}

#section-timeline {
    position: relative;
  }
  
  #timeline-bg {
    position: absolute;
    top: 280px;
    bottom: 0;
    left: 40px;
    width: 90px;
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 90px 80px;
    pointer-events: none;
    z-index: 0;
    /* transform: scaleY(-1); */
  }

#section-timeline .vc_col-sm-4 .wpb_text_column .wpb_wrapper p {
    font-size: 40px;
  }
  
#section-timeline .vc_separator .vc_sep_holder .vc_sep_line {
  border-image: repeating-linear-gradient(to right, #002f86 0, #002f86 10px, transparent 10px, transparent 20px) 100;
}
