.section {
  font-size: 1rem;
  padding-top: 3.2em;
  padding-bottom: 3.2em;
}

.section:last-child {
  padding-bottom: 0;
}

.section--no-top-gap {
  padding-top: 0;
}

.section--no-gap {
  padding: 0;
}

.section__title {
  font-size: 3.1em;
  line-height: 1.2;
  font-family: var(--ff-regular);
  font-weight: 500;
  color: var(--fg-regular-light);
  margin-top: 0;
  margin-bottom: 0.77em;
  max-width: calc(100% - 2.5em);
}

.section__title--small {
  font-size: 2em;
  line-height: initial;
  margin-bottom: 0.35em;
}

.section__subtitle {
  font-size: 1.2em;
}