#stats-container-block {
    padding: 30px 0px;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
}
.stats-col-block {  border-right: dotted 4px #e6e3da; padding-top: 25px; }
.stats-block {
    color: #545454;
    font-family: 'Roboto', sans-serif;
}

.stats-col-block:last-child {
    border-right: none;
}

.stats-head-block {
    font-size: 70px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    min-height:70px;
}

.stats-body-block {
    margin: 0px;
    font-size: 22px;
    font-weight: 500;
    line-height:30px;
    font-family: 'Roboto', sans-serif;
    min-height: 75px;
}

.stats-block  .counter-green {color: #6C790C;}
.stats-block  .counter-dark-blue {color: #015fa9;}
.stats-block  .counter-orange {color: #e06900;}
.stats-block  .counter-blue {color: #0391cc;}


@media screen and (min-width:200px) and (max-width:992px){
  .stats-col
  {
   border-right:none;
  }
}