.service-landing-page .service-landing-page__contact a {
  text-underline-offset: .25rem;
}

.service-landing-page .service-landing-page__contact a:hover,
.service-landing-page .service-landing-page__contact a:focus {
  color: var(--color-accent);
  text-decoration: underline;
  text-decoration-thickness: unset;
}