.introduction-page--center {
  margin: 0 auto;
  text-align: center;
}


.introduction-page__texts {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 841px;
}


.introduction-page__title {
  color: var(--color-primary);
}

.introduction-page__title h2 {
  margin: 0;
  line-height: normal;
  font-size: var(--heading-size--m);
  font-weight: 800;
}

.introduction-page__description p {
  font-size: 1.125rem;
  margin: 0;
}

.introduction-page__description strong {
  font-weight: 700;
}


/* @media all and (min-width:900px) {
  .introduction-page__description p {
    font-size: 20px;
  }
} */
