p{font-size: 0.9em;color: #2C2828;text-align: justify;}
.head-title{text-transform: uppercase;font-size: 1.2em;}
.link-font-size{font-size: 0.9em;}
.line_animation h4{font-weight: normal;position: relative;margin: 20px 0;color:#2a2932;}
.line_animation h4::before{content:'';position: absolute;width: 100px;height: 2px;background-color:green;bottom:0px;left:50%;transform: translateX(-50%);animation: animate 4s linear infinite;}
@keyframes animate{
	0%{width: 100px;}
	50%{width: 150px;}
	100%{width: 100px;}
}
