body main.content .page-bounds .title-block {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  body main.content .page-bounds .title-block {
    margin-bottom: 3rem;
  }
}

.title-block .title-block__content {
  h1.page-title {
    max-width:20ch;
  }
  .large.display-inline {
    font-weight:600;
  }
}

@media (min-width:960px) {
  .title-block h1.page-title {color:#c25b2e !important;}
  .title-block__content  {color:#15766d !important;}
}
.space-t-100 .display-inline:nth-of-type(even) {display:none;}