@media (min-width: 901px) {
  .stat-grid {
    grid-auto-rows: 1fr;
  }

  .stat {
    display: grid;
    grid-template-rows: 68px auto;
    align-content: start;
    justify-items: center;
    min-height: 190px;
    padding: 25px 26px 31px;
  }

  .stat strong {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
  }

  .stat span {
    max-width: 310px;
  }

}

.stat-grid + .source-note {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mini .icon {
  width: 100%;
  margin-bottom: 18px;
  line-height: 1;
  text-align: center;
}

.mini {
  text-align: center;
}

.mini p {
  max-width: 245px;
  margin-right: auto;
  margin-left: auto;
}
