.pwr-stat__title {
    letter-spacing: 0px;
}

.stats-cijfer-teller {
    display: flex !important;
    justify-content: center !important;
    max-width: 100% !important;
}

.pwr-stats.pwr--clearfix {
    display: flex !important;
    justify-content: space-around !important;
}

.stat_image {
    margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .pwr-sub-stats .pwr-stat {
    margin: 20px 0 !important;
  }
  .stats-cijfer-teller {
    display: inline-block !important;
  }
  .pwr-stats.pwr--clearfix {
    display: block !important;
  }
  .stat_image {
    margin-right: unset !important;
}

  
  
