.test-result-heading > *,
.test-section-head > * {
  min-width: 0;
}

.test-section-head {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.test-section-head h2 {
  font-size: clamp(32px, 3.2vw, 43px);
  hyphens: auto;
  overflow-wrap: break-word;
}

@media (max-width: 900px) {
  .test-section-head {
    grid-template-columns: 1fr;
  }
}

@media print {
  .test-section-head {
    display: block;
  }

  .test-section-head h2 {
    font-size: 18pt;
  }
}
