


.stat {
   margin:150px auto;
   text-align:center;
}
.highlight {
   color:#111;
   padding:20px 0;
   font-weight:bold;
   display:block;
   overflow:hidden;
   margin-bottom:0;
   font-size:48px;
}
.stat i {
	color:#f7c221;
}
.milestone-details {
   font-weight:bold;
   font-size:18px;
   color:#999;
}

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

 


.stat {


   margin:150px auto;


   text-align:center;

}


.highlight {


   color:#111;


   padding:20px 0;


   font-weight:bold;


   display:block;


   overflow:hidden;


   margin-bottom:0;


   font-size:48px;

}


.stat i {


	color:#f7c221;

}


.milestone-details {


   font-weight:bold;


   font-size:18px;


   color:#999;

}

 


