/* COPY-15: calculator H2 matches homepage section titles (32px / 700 / 36).
   Beat style.css global h2 and #calc-mob 18px. New URL vs year-cached minify. */
.calculator-section h2.Calculator-heading,
.calculator-section #calc-desktop,
.calculator-section #calc-mob {
	text-align: center !important;
	text-transform: uppercase !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	line-height: 36px !important;
	margin-top: 0 !important;
	margin-bottom: 16px !important;
}
