main {
  margin: auto;
  padding: 0;
  background-color: white;
  line-height: 1.625;
}

section {
  padding: 2em 4em;
  margin: auto;
  max-width: 72em;
}

section p,
section ul,
section figure {
  max-width: 42em;
}

section figure {
  margin: auto;
}

section > div {
  margin: auto;
}

section h2 {
  margin: auto 0;
  margin-top: 1em;
}

section.two-cols {
  display: flex;
  justify-content: space-between;
}

section.two-cols h2 {
  flex: 1 1 0;
  white-space: nowrap;
  margin: unset;
  max-width: calc(50% - 6em);
}

@media (max-width: 1080px) {
  section {
    padding: 1em;
  }

  section.two-cols {
    display: block;
  }

  section.two-cols h2 {
    max-width: unset;
  }
}
