.fox-block.stat-counter .stat-container {
  color: var(--red);
  font-size: clamp(3rem, 1.2653rem + 7.7100vw, 5.313rem);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.3;
}

.fox-block.stat-counter.right {
  text-align: right;
}

.fox-block.stat-counter.left {
  text-align: left;
}

.fox-block.stat-counter.center {
  text-align: center;
}

[data-type="acf/stat-counter"]+* {
  clear: both;
}