.mhb-generic-page {
	padding: 56px 0 76px;
	background: #fff;
}

.mhb-page-header {
	max-width: 900px;
	margin-bottom: 32px;
}

.mhb-page-header h1 {
	margin: 0;
	font-size: clamp(36px, 5vw, 54px);
	line-height: 1.1;
	color: var(--hk-navy-deep);
}

.mhb-page-content {
	max-width: 900px;
	font-size: 17px;
	line-height: 1.8;
}

.mhb-page-content > *:first-child { margin-top: 0; }
.mhb-page-content > *:last-child { margin-bottom: 0; }
.mhb-page-content h2,
.mhb-page-content h3 {
	color: var(--hk-navy-deep);
	line-height: 1.25;
}
