/* Page-only typography and spacing tweaks */
h2 {
	font-size: 1.75rem;
	line-height: 1.3;
	color: #004099;
	margin: 1.5rem 0 1rem;
}

h3 {
	font-size: 1.25rem;
	line-height: 1.4;
	color: #333;
	margin: 1.25rem 0 0.75rem;
}

.section-title h2 {
	font-size: 1.65rem;
	margin-bottom: 0.75rem;
}

.section-title h3 {
	font-size: 1.1rem;
	color: #555;
}

.faq.section-bg {
	background: #f8f9fb;
	padding: 40px 0;
}

.faq .faq-item h4 {
	font-size: 1.05rem;
	color: #222;
	margin-bottom: 0.4rem;
}

.faq .faq-item p {
	margin-bottom: 0.8rem;
	color: #444;
}


