/* Readable institutional and legal cards at desktop, tablet, and browser zoom. */
@media (min-width: 851px) {
  .seo-section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

.seo-content-card {
  min-width: 0;
  overflow: hidden;
}

.seo-content-card h2 {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}
