.history-timeline-section-wrapper {
  margin-top: 40px;
}
.history-timeline-section-wrapper .history-item {
  position: relative;
}
.history-timeline-section-wrapper .history-item:first-child::before {
  content: "";
  position: absolute;
  top: -55px;
  left: -10px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #f03;
}
.history-timeline-section-wrapper .history-item .history-section-inner:first-child::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 10px;
  background: #f03;
  top: -30px;
  left: 0;
}
.history-timeline-section-wrapper .history-item .history-section-inner::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  background: #f03;
  top: 0;
  left: 0;
  z-index: -2;
}
.history-timeline-section-wrapper .history-item .history-section-inner .year {
  background: #f03;
  padding: 10px 50px 10px 55px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.history-timeline-section-wrapper .history-item .history-section-inner .meta {
  position: relative;
  padding: 45px 45px 100px 60px;
}
.history-timeline-section-wrapper .history-item .history-section-inner .meta::before {
  content: "";
  border-top: 3px solid #707070;
  position: absolute;
  width: 42px;
  left: 10px;
  top: 50px;
}
.history-timeline-section-wrapper .history-item .history-section-inner .meta h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}
.history-timeline-section-wrapper .history-item .history-section-inner .meta .content {
  letter-spacing: 0.44px;
  font-size: 16px;
  font-weight: 400;
}

/*# sourceMappingURL=history-timeline.css.map */
