/*
 * Correctif 20 — Keep the introductory content clear of the fixed header.
 * The body class and exact main/hero relationship prevent this rule from
 * affecting the top bar, navigation, footer, products, or any other page.
 */
body.mcc-fix20-tools-spacing main.chcqt-page > section.chcqt-hero {
	padding-top: 84px !important;
}

@media (max-width: 920px) {
	body.mcc-fix20-tools-spacing main.chcqt-page > section.chcqt-hero {
		padding-top: 72px !important;
	}
}
