/* Reduce homepage title size */
.intro-header .page-heading h1 {
  font-size: 36px;
}

@media only screen and (min-width: 768px) {
  .intro-header .page-heading h1 {
    font-size: 58px;
  }
}

