.stats-band {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stats-band__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
}

.stats-band__number {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

.stats-band__label {
  font-size: 1.3rem;
  opacity: 0.8;
}
