.timeline-section-wrapper {
  margin-top: 80px;
}
.timeline-section-wrapper .timeline-wrapper {
  padding-left: 20px;
}
.timeline-section-wrapper .timeline-item {
  display: grid;
  grid-template-columns: 100px auto;
}
.timeline-section-wrapper .timeline-item .item-year {
  position: relative;
  padding-top: 20px;
  padding-left: 10px;
  font-weight: 700;
  z-index: 1;
}
@media (max-width: 921px) {
  .timeline-section-wrapper .timeline-item .item-year {
    padding-left: 20px;
  }
}
.timeline-section-wrapper .timeline-item .item-year::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--ast-global-color-1);
  transform: rotate(45deg);
  box-shadow: -4px 5px 0 var(--ast-global-color-0);
  left: 0;
  top: 8px;
  border-radius: 4px;
  z-index: -1;
}
@media (max-width: 921px) {
  .timeline-section-wrapper .timeline-item .item-year::before {
    left: 10px;
  }
}
.timeline-section-wrapper .timeline-item:not(:last-child) .item-year::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  background: #005b88;
  top: 0;
  left: 23px;
  z-index: -2;
}
@media (max-width: 921px) {
  .timeline-section-wrapper .timeline-item:not(:last-child) .item-year::after {
    left: 33px;
  }
}
.timeline-section-wrapper .timeline-item:first-child .item-year::after {
  margin-top: -25px;
  height: calc(100% + 25px);
  border-radius: 50px;
}
.timeline-section-wrapper .timeline-item .item-title {
  margin-bottom: 5px;
  font-size: 1.125rem;
}
.timeline-section-wrapper .timeline-item .item-desc {
  line-height: 1.5;
}
.timeline-section-wrapper .timeline-item .item-desc p {
  min-height: 48px;
}

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