@charset "UTF-8";
.history-timeline-wrapper {
  min-height: 540px;
  position: relative;
}
.history-timeline-wrapper .history-timeline-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.history-timeline-wrapper .history-timeline-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .history-timeline-wrapper .history-timeline-bg img {
    object-position: 60%;
  }
}
.history-timeline-wrapper .history-timeline-content {
  padding: 70px 0 50px 0;
}
.history-timeline-wrapper .history-timeline-content p {
  margin: 0;
}
.history-timeline-wrapper .history-timeline-content table tbody tr td {
  position: relative;
  vertical-align: top;
  padding-bottom: 5px;
}
.history-timeline-wrapper .history-timeline-content table tbody tr:not(:last-child) td:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 17px;
  width: 1px;
  height: 100%;
  background-color: #ADADAD;
}
.history-timeline-wrapper .history-timeline-content .history-timeline-item .ht-title {
  font-size: 24px;
  line-height: 29px;
  font-family: "SF Pro Display Bold", sans-serif;
  color: #111D5E;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.history-timeline-wrapper .history-timeline-content .history-timeline-item .ht-title:after {
  content: "•";
  position: absolute;
  right: -6.5px;
  top: 3px;
  font-size: 26px;
  line-height: 20px;
  color: #E2007C;
}
.history-timeline-wrapper .history-timeline-content .history-timeline-item .history-timeline-description {
  padding: 0 10px;
  font-weight: 300;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */
