html {
  background-color: #e8e8e8;
}
.tel-link {
  font-size: 16px;
  padding-top: 22px;
  position: relative;
  font-weight: 600;
  color: #333333;
}
.tel-link:before {
  content: "Have Questions?";
  position: absolute;
  top: 4px;
  left: 10px;
  font-size: 12px;
  font-weight: 400;
}
