.contact-page-hero {
  min-height: 45vh;
  padding: 140px 20px 70px;
  background: #AD6745;
  color: white;
  text-align: center;
}

.contact-page-hero h1 {
  font-size: clamp(40px, 6vw, 72px);
  font-family: "Playfair Display", serif;
}

.contact-page-hero p {
  margin: 12px auto 0;
  max-width: 600px;
  font-size: clamp(14px, 2vw, 18px);
  color: rgba(255,255,255,0.75);
}


/* REMOVE MOBILE TAP HIGHLIGHT */

*{
    -webkit-tap-highlight-color: transparent;
}

button,
a,
input,
textarea,
select{
    outline:none;
    -webkit-tap-highlight-color: transparent;
}

html{
    -webkit-touch-callout:none;
}
