.stats .stat svg { display: none; }
.stats .stat { gap: 0; }
.stats .stat p { gap: .45rem; }
.stats .stat p { white-space: normal; }
.stats .stat p { align-items: center; }
.stats .stat span { display: block; }
.stats .stat strong,
.stats .stat span { color: #FFD700; }
.stats .stat strong {
  font-size: clamp(1.5rem, 2.2vw, 2.35rem);
  font-weight: 700;
  line-height: .9;
}
.stats .stat span {
  max-width: 12rem;
  font-size: clamp(.65rem, .8vw, .82rem);
  line-height: 1.2;
  position: relative;
  top: -3px;
}

@media (max-width: 700px) {
  .stats .stat span { max-width: 13rem; }
}
