.call-prompt__text {
  font-weight: 900;
}
.call-prompt__link {
  color: #747481;
  text-decoration: none;
  transition: color 0.2s ease-out;
  font-weight: 900;
}
.call-prompt__link:hover, .call-prompt__link:focus {
  color: #4c4d4f;
  text-decoration: none;
}
.call-prompt__link:active, .call-prompt__link.active--trail {
  color: #4c4d4f;
  color: #747481;
}