/* MCC Correctif 13 — retain the existing visual typography after H1-to-H2 corrections. */
.chc-news-hero-inner > h2.mcc-seo-news-heading {
	display: block;
	font-family: Rubik, sans-serif;
	font-size: clamp(2.25rem, 4.7vw, 4rem);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: normal;
	color: rgb(26, 26, 26);
	margin: 10px 0 14px;
	text-transform: capitalize;
	text-align: left;
}

.chc-pps-title.mcc-seo-policy-heading {
	display: block;
	font-family: Rubik, sans-serif;
	font-size: clamp(2rem, 3.1vw, 2.625rem);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: normal;
	color: rgb(255, 255, 255);
	margin: 12px 0;
	text-transform: capitalize;
	text-align: left;
}

