// Content App (SuperLayout) - Welcome screen and matter selection
.wizard {
  @extend %x-flex-center;
  padding: 2rem 0;
  flex-direction: column;
  max-width: 17.5rem;
  text-align: center;
  margin: 0 auto;
  height: 100%;

  &_title {
    color: var(--primary-lighter, theme-color("primary-lighter"));
    font-size: $display3-size;
    font-weight: $display3-weight;
    margin-bottom: 1.75rem;
  }

  &_image {
    max-width: 9rem;
    margin-bottom: 1.75rem;
  }

  &_desc {
    margin-bottom: 1.75rem;
    padding: 0 2rem;
    color: theme-color("default");
  }
}
