.vertical-line-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  margin: 0 auto;
}

.vertical-line {
  width: 5px;
  background: linear-gradient(to top, #22c55e, transparent);
}

.vertical-line.bottom {
  background: linear-gradient(to bottom, #22c55e, transparent);
}