#front-page-ridge-to-reef-statistics {
  display: flex;
}

.r2r-stats {
  margin-left: auto;
  margin-right: auto;
  width: 230px;
  text-align: center;
  line-height: 62px;
  color: #0b9cc4;
  text-shadow: 1px 1px 1px rgba(38,16,10,0.67);
  font-weight: bold;
  /*https://html-css-js.com/css/generator/text-shadow/*/
}

.r2r-stats-numbers {
  font-size: 60px;
}
.r2r-stats-text {
  font-size: 45px;
}
