
.gsf-heading-content {
	position: relative;
	text-align: center;
	height: 42px;
	line-height: 42px;
	display: block;
	margin-bottom: 0;
}
.gsf-heading-inner h3 {
	margin: 0;
	font-size: 20px;
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 1;
	color: #222222;
	font-weight: bold;
}
.gsf-heading-content:after {
	content: '';
	display: block;
	height: 3px;
	position: relative;
	top: -50%;
	margin-top: -1.5px;
	left: 0;
	right: 0;
	background: #e2e2e2;
	clear: none;
	z-index: 0;
}