

.page-block h1 h2 h3 h4 h5 h6 p {
  line-height: 130%;
}

.page-block h1 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 1.5rem;
}

.page-block h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1.375rem;
}

.page-block h3 {
  font-size: 1.25rem;
  line-height: 140%;
  margin-bottom: 1.25rem;
}

.page-block h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 1.25rem;
}

.page-block h5 {
  font-size: 1.075rem;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 1.25rem;
}

.page-block h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 1.25rem;
}

.page-block p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.page-block p {
  font-size: 1rem;
  line-height: 150%;
}