.underline-accent {
  display: inline;
  position: relative;
  z-index: 1;
}

.underline-accent::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25em;
  background-color: var(--secondary-color);
  z-index: -1;
}

.vertical-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 126px;
  background-color: #F9FAFB;
}

.vertical-line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 20px;
  height: 205px;
  background-color: #F9FAFB;
}

/* .timeline-circle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #72909F;
} */
