/* Preserve the established Fix 13 typography after the French slug migration. */
.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;
}
