/*
 * TPF — Workshop Intro Text
 * Heading + paragraph block. Container width and spacing mirror Our Team Grid
 * intro; typography is bumped per the workshop design (heading 56px, body 32px).
 * Transparent background — intended to sit on the navy "Blue Header" page template.
 */

.tpf-wit {
	background-color: #293c7b;
	color: #ffffff;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 4rem 0;
	font-family: proxima-nova, "Proxima Nova", -apple-system, BlinkMacSystemFont, sans-serif;
}

.tpf-wit__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.tpf-wit__heading {
	font-size: 56px;
	line-height: 1.15;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 27px;
	padding: 0;
	max-width: 1056px;
}

.tpf-wit__body {
	font-size: 32px;
	line-height: 1.3;
	font-weight: 500;
	color: #ffffff;
	max-width: 1031px;
}

.tpf-wit__body p {
	margin: 0 0 1rem;
}

.tpf-wit__body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.tpf-wit__heading {
		font-size: 44px;
	}
	.tpf-wit__body {
		font-size: 24px;
		line-height: 1.35;
	}
}

@media (max-width: 767px) {
	.tpf-wit {
		padding: 3rem 0;
	}
	.tpf-wit__heading {
		font-size: 32px;
		margin-bottom: 1.25rem;
	}
	.tpf-wit__body {
		font-size: 18px;
		line-height: 1.4;
	}
}
