.wizard {
  width: 100%;
  &__step {
    margin-top: 60px;

    margin-bottom: 20px;
  }

  &__navigation {
    display: flex;
    justify-content: space-between;
  }

  &__error {
    color: red;
    margin-bottom: 10px;
  }
}
