@charset "utf-8";

.counters-header-title {
	display: inline-block;
	font-size: 3.2rem;
	font-weight: 300;
	margin: 0;
	padding-top: 1.4rem;
	padding-bottom: 2.4rem;
}
	.counters-header-title::before {
		content: '';
		position: absolute;
		background-color: #404040;
		width: 9.6rem;
		height: .2rem;
		top: 0;
		left: 50%;
		margin-left: -4.8rem;
	}

@media screen and (max-width: 480px) {
	.counters-header-title {
		font-size: 2.8rem;
	}
}