/* Public inner-page title treatment. The homepage uses the Hero Banner instead. */
.block-page-title-block {
  padding: clamp(2.75rem, 7vw, 4.75rem) 1rem clamp(1.75rem, 4vw, 2.75rem);
  text-align: center;
}

.block-page-title-block .title {
  max-width: 20ch;
  margin: 0 auto;
  color: #292624;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

@media (max-width: 36rem) {
  .block-page-title-block {
    padding-block: 2.5rem 1.5rem;
  }
}
