dl.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: var(--rhythm-lg);
  margin-bottom: var(--rhythm-lg);
}

dl.contact-methods dt {
  font-size: var(--font-size-text-sm);
  font-weight: var(--font-weight-text-sm);
  letter-spacing: var(--font-letterspacing-text-sm);
  line-height: var(--font-lineheight-text-sm);
}

dl.contact-methods dd {
  font-size: var(--font-size-text-md);
  font-weight: var(--font-weight-text-md);
  letter-spacing: var(--font-letterspacing-text-md);
  line-height: var(--font-lineheight-text-md);
  margin: 0;
  margin-bottom: 16px;
}

