.section-head {
	position: relative;
}
.section-head:before {
	content: '';
	position: absolute;
	left: 0;
	top: 34%;
	width: 100%;
	height: 2px;
	background: #ccc;
	z-index: -1;
}
@media (max-width: 575px) {
 	.section-head:before {
	    top: 57%;
	}
}