.masthead.image.full {
  background-position: right center;
}

#mental_health_where_to_go {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  gap: 1em;
  margin-top: 2em;
}

#mental_health_where_to_go > * {
  text-align: center;
}

#mental_health_where_to_go img {
  height: 5em;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center center;
}

#mental_health_where_to_go p {
  margin: 0.25em;
}

#mental_health_where_to_go p:first-of-type {
  font-size: 1.2rem;
  font-weight: 800;
}
