/* v449: keep the footer email heading on one line. */
.footer-email-copy h2{
  max-width:none;
  font-size:clamp(1.8rem,3.2vw,3rem);
  white-space:nowrap;
}
@media(max-width:380px){
  .footer-email-copy h2{font-size:1.62rem}
}
