.timeline-block .field--name-field-timeline-item {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.timeline-block .field--name-field-timeline-item .field__item {
  font-size: 20px;
  position: relative;
  counter-increment: timeline;
  padding: 20px;
  line-height: 28.8px;
}
.timeline-block .field--name-field-timeline-item .field__item::before {
  content: counter(timeline);
  position: absolute;
  left: -30px;
  top: 35px;
  transform: translateY(-50%);
  font-weight: bold;
  width: 34px;
  color: var(--primary-white);
  height: 34px;
  background-color: var(--primary-blue);
  border-radius: 100%;
  text-align: center;
  line-height: 34.8px;
  z-index: 1;
}
.timeline-block .field--name-field-timeline-item .field__item::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 35px;
  height: 100%;
  z-index: 0;
  border: dashed 1px var(--primary-light-blue);
}
.timeline-block .field--name-field-timeline-item .field__item:last-child::after {
  display: none;
}
/*# sourceMappingURL=timeline.css.map */
