/*!
 * ===========================
 * Author: Steve Gotthardt
 * Created: 8/2025
 * ===========================
 */

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:25ch;
  }
  p {
    font-weight:600;
  }
}