@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
body {
  background: #fff;
}

/*/ start count stats /*/
section#counter-stats {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.stats .fa {
  color: #00FF00;
  font-size: 60px;
}

/*/ end count stats /*/