.hardfacts {
  display: inline-block;
  padding: 10px 15px 10px 0px;
  text-align: center;
  margin-right: 20px;

  i {
    margin-bottom: 20px;
  }
  i:before {
    width: 100%;
    text-align: center;
    font-size: 4.5em;
    margin-bottom: 2em;
    margin-left: 0;
  }

  @include breakpoint(mobileonly) {
    margin-bottom: 25px;
  }
}

.hardfacts-value {
  display: block;
  font-size: 2em;
  text-align: center;
  margin-top: 25px;
}

.hardfacts-label {
  display: block;
  font-size: 0.8em;
}