#app .contact-box .staff-info .email {
  line-height: 1;
  a {
    font-size: 0;
    line-height: 1;

    &::after {
      display: block;
      content: "Click here to email";
      font-size: 16px;
      line-height: 1.2;
    }
  }
}
