.time-line {
  list-style: none;
  padding-left: 0
}

.time-line:before {
  content: ' ';
  position: absolute;
  top: 30px;
  bottom: 20px;
  background: #e4eaec;
  left: 116px;
  width: 2px
}

@media (max-width:479.98px) {
  .time-line:before {
    left: 126px
  }
}

.time-line>li {
  position: relative;
  margin: 15px 0;
  width: 100%;
  overflow: hidden;
  line-height: 24px
}

.time-line>li:before {
  content: ' ';
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 2px solid #e4eaec;
  position: absolute;
  background: #fff;
  left: 100px;
  top: 5px
}

.time-line>li:first-child:before {
  border-color: #99f2c2;
  background: #28d17c
}

.time-line>li:last-child:before {
  border-color: #ffbfc1;
  background: #ff666b
}

.time-line>li time {
  float: left
}

.time-line>li h5 {
  float: left;
  line-height: 24px;
  margin: 0 0 0 55px
}