/*! Strand UI | MIT License | dillingerstaffing.com */

.strand-metric-row {
  display: flex;
  justify-content: center;
  gap: clamp(2rem, 5vw, 4rem);
  text-align: center;
}
