@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

/*/ start count stats /*/

div#counter-stats {
  display: flex;
  justify-content: center;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  background: rgb(0 0 0 / 60%) url("../image/banner.png"); 
  background-position: top; 
  background-repeat: no-repeat; 
  background-size: cover;
  border: none;
}

.stats .fa {
  color: #E1AA71;
  font-size: 60px;
  filter: drop-shadow(0px 0px 30px rgb(225 170 113 / 60%));
}

/*/ end count stats /*/