/* component.css */
.page-header{
	text-align: center;
}
.page-header h3{
	text-transform: uppercase;
	font-size:1.5rem;
	font-weight:700;
	color: #383838;
	padding-bottom: 35px;
	margin-bottom: 30px;
	position: relative;
}
.page-header h3:after{
	content: '';
	height: 2px;
	width: 90px;
	background:#00923f;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}