/* Keep the proof section's supporting copy legible on every landing page. */
.credibility .credibility-description {
  max-width: 40rem;
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  line-height: 1.65;
  color: #e0e9e1;
}

.credibility .credibility-metric dt {
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  line-height: 1.5;
}

.credibility .credibility-metric > p {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #cbd9d0;
}

.credibility .credibility-scope {
  font-size: 1rem;
  line-height: 1.7;
  color: #cbd9d0;
}
