.section__title {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.section__title {
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.section__title {
  font-size: 2rem;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .section__title {
    font-size: 3.75rem;
  }
}
.section__title + * {
  margin-top: 0;
}
