.contact-list {
  display: grid;
  gap: 24px;
  max-width: 520px;
}

.contact-item p:last-child {
  color: var(--text-soft);
}
