@CHARSET "UTF-8";
<style>
@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 /*/

section#counter-stats {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  flex-wrap: wrap;
}

.stats-container {
  	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    margin: 0 auto;
}

.stats {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius:7px;
    padding: 13px 9px;
    flex: 1 1 calc(15.333% - 13px);
    box-sizing: border-box;
    background-color: #ebf5ff;
}

.stats-top {
    /* background: #F7F7F7; */
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; */
    /* font-weight: bold;
    font-family: 'Montserrat', sans-serif; */
    font-size: 18px;
    margin-right:5px;
}

.stats-bottom {
  	text-align:center;
  	width: 100%;
    /* width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row; */
}

.stats .fa {
  color: #008080;
  font-size: 17px;
  margin-bottom: 5px;
}

.label {
  font-size: 15px;
  color: black;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 700;
  text-align: center;
}

.counting {
  	/* display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 1; */
}

.digit-wrapper {
  /* display: inline-block;
  position: relative;
  overflow: hidden;
  width: 12px;  *//* 폰트 사이즈에 맞게 */
  font-size: 15px;
  /* font-weight: bold;
  font-family: 'Montserrat', sans-serif; */
}

.digit-wrapper span {
  /* position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  transition: transform 0.4s ease;
  will-change: transform; */
  text-align: center;
  transition: transform 0.4s ease;
  will-change: transform;
  font-size: 29px;
  color: #4f7dff;
}

.unit-text {
  /* display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #4f7dff;
  line-height: 1.5; */
  color: #4f7dff;
  font-size: 18px;
  /* font-weight: bold;
  font-family: 'Montserrat', sans-serif; */
  margin-left:5px;
}
.unit-text2{
	display: inline-block;
    color: black;
    font-size: 18px;
    /* font-weight: bold;
    font-family: 'Montserrat', sans-serif; */
}

@media (max-width: 480px) {
  .stats .fa {
    font-size: 20px;
  }
  .counting {
    font-size: 20px;
  }
  .digit-wrapper {
    width: 15px;
  }
}

</style>
