.card-wrapper {
  color: inherit;
  text-decoration: none;
}

.card {
  text-decoration: none;
  text-align: center;

  h3 {
    margin-block: 1.5rem 0;
    font-size: var(--h4);
  }
}
