#contact .foot-mail {
  margin-top: clamp(1rem, 2.5vw, 2rem);
}

@media (max-width: 680px) {
  #contact .foot-mail {
    margin-top: .75rem;
  }
}
