.stats .top-overview {
  padding-bottom: 1.5em;
}

.stats-items {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.stats .item {
  color: #4b575f;
  margin: 0 !important;
  padding:1em 0.5em;
}

.stats .counter-number {
  font-size: 3.1em;
  font-size: 2.8em;
  line-height: 1.2;
  font-weight: 700;

}

.stats .counter-title {
  font-weight: 600;
  text-transform: uppercase;
}


/* DESIGN OPTIONS - DEFAULT 
* //////////////////*/
.stats.option-default:before {
  display: none;
}

.stats.option-default .pattern-1 {
  display: none;
}

@media(max-width:900px){
  .stats .counter-number {
    font-size: 2em;
  }
}


@media(max-width:768px){
  .stats .counter-number {
    font-size: 2.5em;
  }

  .stats .item{
    max-width:50%;
    min-width:50%;
  }

  .stats .pattern-1 {
    width: 13em;
    height: 8em;
  }
}


@media(max-width:480px){
  .stats .counter-number {
    font-size: 2em;
  }

  .stats .counter-title {
    font-size: 0.9em;
  }
}



