/*
 * TPF — Case Study Text Block
 * Cyan heading + bold intro + body paragraph on navy bg.
 */

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

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

.tpf-cstb__heading {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	color: #00b3f1;
	margin: 0 0 1rem;
	padding: 0;
}

.tpf-cstb__intro {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #ffffff;
	max-width: 720px;
	margin: 0 0 1.25rem;
}

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

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

.tpf-cstb__body {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #ffffff;
	max-width: 720px;
}

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

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

.tpf-cstb__body ul,
.tpf-cstb__body ol {
	margin: 0 0 1rem;
	padding-left: 1.5rem;
}

.tpf-cstb__body ul:last-child,
.tpf-cstb__body ol:last-child {
	margin-bottom: 0;
}

.tpf-cstb__body li {
	margin: 0 0 0.75rem;
	padding: 0;
}

.tpf-cstb__body li:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.tpf-cstb__heading { font-size: 30px; }
	.tpf-cstb__intro   { font-size: 20px; line-height: 30px; }
	.tpf-cstb__body    { font-size: 18px; line-height: 28px; }
}

@media (max-width: 767px) {
	.tpf-cstb__heading { font-size: 26px; }
}
