
.s_timeline .s_timeline_line {
  position: relative;
}

.s_timeline .s_timeline_line:before {
  content: '';
  position: absolute;
  width: 1px;
  top: 10px;
  bottom: 10px;
  left: 50%;
  background-color: #343a40;
  z-index: 1;
}

.s_timeline .s_timeline_row {
  align-items: center;
}

.s_timeline .s_timeline_row .s_timeline_content {
  align-items: center;
  -webkit-box-pack: end; justify-content: flex-end;
  width: 100%;
}

.s_timeline .s_timeline_row .s_timeline_content ~ .s_timeline_content {
  -webkit-box-pack: start; justify-content: flex-start;
}

.s_timeline .s_timeline_row.flex-row-reverse .s_timeline_content {
  flex-direction: row-reverse;
}

.s_timeline .s_timeline_date {
  z-index: 2;
}

.s_timeline .s_timeline_date span:not(.fa) {
  display: inline-block;
  padding: 5px;
}

.s_timeline .s_timeline_date .fa {
  margin: 0 15px;
}

.s_timeline .s_timeline_icon {
  -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;
  margin: 15px;
}

