.hori-timeline {
  border-top: 3px dashed #e9ecef;
}
.event-dot{
  background-color: #40C2CC;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  
}
.hori-timeline .event-dot {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.step-date:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #75c151;
  transform: rotate(45deg);
  top: 32px;
  left: 47%;
}

