.card h2 {
  font-size: clamp(1.12rem, 1.45vw, 1.35rem);
}

.topic-section {
  display: grid;
  gap: 4px;
}

.topic-copy {
  display: grid;
  gap: 16px;
  max-width: 920px;
}

.topic-copy p,
.topic-copy li {
  font-size: 1rem;
}

.topic-copy .button {
  justify-self: start;
}

@media (max-width: 767px) {
  .topic-copy .button {
    width: 100%;
    justify-self: stretch;
  }
}
