/* Preserve the existing visual design after the secondary H1 becomes an H2. */
.chc-authoritative-news .chc-news-hero .chc-news-hero-inner > h2.mcc-fix15-news-subheading {
	display: block;
	font-family: Rubik, sans-serif;
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: normal;
	color: rgb(26, 26, 26);
	margin: 10px 0 14px;
	text-transform: capitalize;
	text-align: start;
}
