.section-text__wrapper {
  position: relative;
}
.section-text--align-left {
  text-align: left;
}
.section-text--align-center {
  text-align: center;
}
.section-text--align-right {
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .section-text__wrapper {
    max-width: 40em;
  }
  .section-text--align-left .section-text__wrapper {
    margin-right: auto;
  }
  .section-text--align-center .section-text__wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .section-text--align-right .section-text__wrapper {
    margin-left: auto;
  }
}
.section-text__content .module-button + .module-paragraph {
  margin-top: var(--space-md);
}