.o-page__title {
  text-align: center;
}
.o-page__content {
  font-family: var(--ff-tertiary);
}
.o-page__content p {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.o-page__content p:first-of-type {
  margin-top: 0;
}
.o-page__content h3,
.o-page__content h4 {
  margin-top: 3.2rem;
}
