
.step {
  @media (min-width: 40em) {
    box-shadow: 0 0.2rem 2.5rem var(--color-shadow);
    margin: 0 auto 2em;
    border: 0;
    border-radius: 1.5em;
  }
}

.signup__steps {
  padding-top: 5rem;
}

.step--sticky-note {
  animation: slide-in-tilt-left 0.5s both;
  @media (min-width: 40em) {
    border-radius: 0.2em;
    box-shadow: 5px 5px 7px var(--color-shadow);
  }

  + .step--sticky-note.step--showing {
    animation: slide-in-tilt-right 0.5s both;
  }
}
