/* Keep the experience message visible at the top of its feature card. */
.proof-metric--years {
  justify-content: flex-start;
}

.proof-metrics {
  gap: 1.35rem;
}

.proof-metric strong em {
  display: inline-block;
  margin-left: .12em;
}

/* The experience copy now stands on its own without the decorative orbit. */
.proof-intro {
  min-height: auto;
  padding-right: 0;
}

@media (max-width: 700px) {
  .proof-metrics {
    gap: 1rem;
  }
}
