.head-content {
  text-align: center;
}
.head-content__subtitle {
  color: var(--hh-color-gold);
  margin: 0 0 1.5rem
}

.head-content__title {
  text-align: center;
  font-weight: 100;
  font-size: 2.4rem;
  line-height: 3.6rem;
}

@media screen and (min-width: 750px) {
  .head-content__title {
    margin-bottom: 3rem;
    font-size: 4.2rem;
    line-height: 5.2rem;
  }
}
