#content {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

#introduction,
#back {
  text-align: center;
}

.duration {
  color: var(--gray-2);
}

.bullet-points {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;

  margin-left: var(--space-3);
}
