.contact {
  background: var(--bg-page);
  font-family: var(--font-ui);
  padding: var(--padding-block);
  padding-bottom: 200px;
  text-align: center;
}

.card__p-link {
  margin-left: 0.25em;
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.card__p-link:hover {
  text-decoration: underline;
}
