.growing-line{
	transition: font-size 300ms;
}
.growing-line:hover{
	font-size: 3.5em !important;
}

