.timeline-dot {
  display: flex;
  justify-content: center;
  color: var(--clay);
  font-size: 1.15rem;
}

.timeline-dot::before {
  display: none;
}

.timeline-dot i {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  min-width: 28px;
  padding: 0 .25rem .25rem;
  background: var(--cream);
  line-height: 1.4;
  text-align: center;
}

.timeline-dot::after {
  top: 1.75rem;
}
