.timeline {
  position: relative;
}
.timeline-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.timeline-eyebrow {
  color: #2f877a;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  text-align: left;
}
.timeline-header h3 {
  font-family: "Spectral";
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
}
.timeline {
  position: relative;
}
.timeline-line {
  position: absolute;
  display: block;
  height: 90%;
  width: 2px;
  background-color: #006080;
  left: 9px;
}
.timeline-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.timeline-item {
 display: flex;
  flex-direction: row;
  gap: 1rem;
  text-align: left;
}
.item-step {
 font-size: 1.25rem;
  color: #6b6b6b;
  font-weight: 600;
  text-transform: uppercase;
}
.item-title {
 color: #000;
  font-size: 1.375rem;
  font-weight: 700;
}
.item-description {
 color: #6b6b6b;
  font-weight: 400;
  line-height: 150%;
}