.email-contact {
  margin-top: 18px;
}

.email-link {
  display: inline-block;
  max-width: 100%;
  color: var(--dark);
  font-size: clamp(16px, 2.1vw, 21px);
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 4px;
}

.email-link:hover {
  color: var(--red);
}