I was looking for a way to increase the fontawesome icon size of this extension as I didn't opted for image. So for people who thought like me and was looking for a way, here it is,
.Achievements--User .Badge {
font-size: 20px;
color: #68BBE3;
background: none;
}
Remeber if you have turned on alternative layout for upvotes/downvotes in gamification, increasing font-size beyond 25px seems little disturbing. 20px seemed good to me.