.timeline-numeric {
  counter-reset: numbers;
  padding: 0px;
}
.timeline-numeric li {
  counter-increment: numbers;
}
/* .timeline-numeric li:last-child {
  min-height: 100px;
} */
.timeline-numeric li:before {
  content: "" counter(numbers);
  text-align: center;
  line-height: 2.2;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.timeline-numeric {
  position: relative;
  max-width: 800px;
  margin: 0 auto !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  list-style: none;
  padding: 0px 20px 20px;
}
.timeline-numeric:before {
  content: "";
  border-left: 5px solid #ddd;
  left: 15px;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
}
.timeline-numeric:after {
  content: "";
  clear: both;
  position: absolute;
  bottom: 0px;
  left: 7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  border: 5px solid #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.timeline-numeric li,
.timeline-numeric ul {
  margin: 0 0 40px 0;
  padding: 0 40px 0px 40px;
  position: relative;
}
.timeline-numeric--primary li:before,
.timeline-numeric--primary ul:before {
  background: #31996a;
}
.timeline-numeric--secondary li:before,
.timeline-numeric--secondary ul:before {
  background: #31996a;
}
.timeline-numeric--tertiary li:before,
.timeline-numeric--tertiary ul:before {
  background: #ff8100;
}
.timeline-numeric--green li:before,
.timeline-numeric--green ul:before {
  background: #6cce13;
}
.timeline-numeric li:before {
  position: absolute;
  top: -10px;
  left: -28px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #fff;
}
.timeline-numeric h2,
.timeline-numeric h3,
.timeline-numeric h4,
.timeline-numeric h5 {
  padding-top: 0;
  text-align: left;
}

@media (max-width: 1199px) {
  /* .timeline-numeric:before {
    left: -5px;
  } */
  .timeline-numeric:after {
    left: 7px;
  }
  .timeline-numeric li:before {
    left: -28px;
  }
}
@media (max-width: 899px) {
  .timeline-numeric li,
  .timeline-numeric ul {
    padding: 0 0px 0px 30px;
  }
}
@media (max-width: 600px) {
  .timeline-numeric h2,
  .timeline-numeric h3,
  .timeline-numeric h4,
  .timeline-numeric h5 {
    text-align: center;
  }
}