.section-text {
  padding: 40rem var(--margin);
}

.section-text h1 {
  margin-bottom: 40rem;
  text-align: center;
}

.section-text .section-text-content {
  max-width: 1500rem;
}

.section-text .section-text-content a {
  text-decoration: underline;
}

.section-text .section-text-content a:hover {
  text-decoration: none;
}