#page .site-content section .stats {
  position: relative;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  margin: 50px auto;
}
#page .site-content section .stats .stat {
  opacity: 0;
}
#page .site-content section .stats .stat .count {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
#page .site-content section .stats .stat .name {
  font-weight: 500;
  font-size: 0.9rem;
}
