h2.ch_header{
	background: #000000;
	color: #000000;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	height: 5px;
	position: relative;
	margin: 28px 0 30px;
}
	h2.ch_header span{
		background: white;
		position: absolute;
		top: -16px;
		padding-right: 14px;
	}

@media (max-width: 768px) {
	h2.ch_header{
		font-size: 26px;
		height: 13px;
	}
		h2.ch_header span{
			top: -8px;
		}
}

@media (max-width: 479px) {
	h2.ch_header{
		font-size: 22px;
		height: 11px;
	}
		h2.ch_header span{
			top: -8px;
		}
}