/* Final mobile spacing and single-line process title. */
@media (max-width: 620px) {
	#bpx .hero {
		height: auto !important;
		min-height: 0 !important;
		padding: 0 !important;
	}
	#bpx .hero-copy {
		min-height: 0 !important;
		padding: 116px 16px 42px !important;
	}
	#bpx .process-title {
		font-size: clamp(16px, 4.7vw, 20px) !important;
		line-height: 1.75 !important;
		letter-spacing: -.035em !important;
		white-space: nowrap !important;
		text-wrap: nowrap !important;
	}
}
