/********************************************************************************************* 

2.  achievement

*********************************************************************************************/


.achievement {
	text-align: left;
	padding-top: 20px;
}

.achievement .fa {
	margin-bottom: 10px;
}

.achievement h3 {
	color: #f7cc4b;
	font-size: 84px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.achievement p {
	margin-top: -10px;
	font-weight: 400;
}


.achievement .button{

    color: red;
}

.button:hover {
    color: none;
    text-decoration:none;
}