/* Phase 0 — H1 parity with existing .page-title h2 (no visual redesign) */
.page-title h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 700;
	line-height: 34px;
	position: relative;
	z-index: 3;
	padding-top: 31px;
	padding-bottom: 31px;
	margin: 0 0 0;
	font-family: inherit;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.page-title h1 {
		font-size: 30px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.page-title h1 {
		font-size: 36px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.page-title h1 {
		font-size: 40px;
	}
}
