.contact-card .consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #5f6c81;
  font-size: .72rem;
  font-weight: 400;
  line-height: 1.45;
}

.contact-card .consent input {
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin: 2px 0 0;
  padding: 0;
}

.contact-card .consent a {
  color: #0759f4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 680px) {
  .contact-card .consent { grid-column: auto; }
}
