.stat-wrapper {
  display: block;
  width: 100%;
  margin: auto; 
}

.stat-column-ntp {
 display: inline-block;
  margin: auto; 
  width: 32%;
  height: 140px;
  vertical-align: middle;
}

.stat-column-border-ntp {
 display: inline-block;
  margin: auto; 
  width: 32%;
  border-right: 2px solid #dddddd;
  height: 140px;
  vertical-align: middle;
}

.stat-1-ntp {
  font-size: 2.4em;
 text-align: center;
 color: #1C75BC; 
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 15px;
  -webkit-text-stroke: thin;
}

.stat-2 {
 text-align: center;
 color: #686868;
 font-size: 1.4em;
  margin-top: -10px;
  -webkit-text-stroke: thin;
}

.content-wd-background-stat {
 background-color: #ffffff;
}

.content-wd-background-stat .content {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1220px) {
  .stat-1 {
  font-size: 1.8em;
}

.stat-2 {
 font-size: 1.2em;
}
}

@media (max-width: 767px) {
  .stat-column-border-ntp {
   display: block;
    margin: auto;
    width: 100%;
    border-bottom: 0px solid #dddddd; 
    height: auto;
  }
  .stat-column-ntp {
   display: block;
    margin: auto;
    width: 100%;
    border-right: 0px solid #dddddd; 
    height: auto;
    padding-top: 30px;
  }
}
 /*@media (max-width: 980px) {
  .content-wd-background-stat {
    display: none;
  }
  
 .content-wd-background-stat .content {
  padding-top: 20px;
  padding-bottom: 20px;
}
  
  .stat-column {
    display: block;
    margin: auto;
    width: 100%;
    padding: 10px 0px;
  }
  
  .stat-column-border {
    display: block;
    margin: auto;
    width: 100%;
    padding: 10px 40px;
  }*/
   }