
.stats-block .stat-title {
    font-size: clamp(44px, 5vw, 64px);
    line-height: 1.2em; }
  
  .stats-block .stat-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    place-items: center;
    place-content: center; }
  
  .stats-block .stat-column {
    text-align: center;
    margin: auto; }
    .stats-block .stat-column .stat-value-container strong {
      display: flex;
      justify-content: center; }
  
  .stats-block.color-theme--dark .stat-value,
  .stats-block.color-theme--dark .stat-column {
    color: #ffffff; }