.contact-note {
  max-width: 560px;
  margin: 32px auto 0;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  line-height: 1.65;
}

.contact-note a {
  color: var(--blue);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}
