.text {
  font-size: var(--g-fz--h3);
}
.text__link {
  text-decoration: none;
  color: var(--g-color--heading--blue);
}

.to-step {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.to-step__title {
  font-size: var(--g-fz--h3);
  text-align: center;
}
