/* Adjusting hero image secondary text for responsiveness */
#heroImage h2 span {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  display: block;
  margin: 1rem 0 0;
  line-height: 1.2;
}