.stat-display {
  text-align: center;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 2em;
  margin: 2.5em auto;
  max-width: 500px;
}
@media only screen and (min-width: 992px) {
  .stat-display {
    margin-bottom: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  }
}
.stat-display p.stat {
  font-size: 2.8rem;
}
.stat-display .stat-number {
  font-weight: bold;
  font-size: 4.6rem;
  color: #f2ca04;
}
@media only screen and (min-width: 992px) {
  .stat-display .stat-number {
    font-size: 7rem;
  }
}
