c61-step {
  display: block;
  text-align: center;
  padding: 2rem 1rem;
}
.c61-step-0 {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: var(--color-text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1.25rem;
}
.c61-step-1 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--color-primary);
}
.c61-step-2 {
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.6;
}
