.masthead.image.full {
  background-position: center bottom;
  padding-top: unset;
  padding-bottom: 9rem;
}

.masthead.image.full > h1 {
  margin-top: 0.5rem;
}

ul.chf_orange.square {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

h2 {
  margin-top: 0px;
}

@media only screen and (max-width: 512px) {
  ul.chf_orange.square {
    grid-template-columns: 1fr;
  }
}
