.section-text {
  max-width: 82rem;
  margin: 0 auto;
  text-align: center;
}

.section-text .section-text__heading {
  font-family: var(--font-subtitle-family);
  margin-bottom: 0;
}

.section-text .section-text__text {
  margin-top: 2.6rem;
  margin-bottom: 0;
  color: rgb(var(--color-tertiary-text));
}
