/*
 * TPF — Case Study Testimonial
 * Pull-quote with cyan vertical accent line and attribution signature.
 */

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

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

.tpf-cstm__quote {
	width: 66.6667%;
	margin: 0 0 0 auto;
	padding: 0 0 0 34px;
	border-left: 4px solid #00b3f1;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.tpf-cstm__quote {
		width: 100%;
	}
}

.tpf-cstm__text {
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	font-style: normal;
	color: #00b3f1;
	margin: 0 0 13px;
	padding: 0;
}

.tpf-cstm__signature {
	display: flex;
	flex-direction: column;
}

.tpf-cstm__name {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #ffffff;
}

.tpf-cstm__role {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #ffffff;
}

@media (max-width: 1024px) {
	.tpf-cstm { padding: 3rem 0; }
	.tpf-cstm__quote { padding-left: 24px; }
	.tpf-cstm__text { font-size: 22px; line-height: 30px; }
	.tpf-cstm__name,
	.tpf-cstm__role { font-size: 18px; line-height: 22px; }
}

@media (max-width: 600px) {
	.tpf-cstm { padding: 2rem 0; }
	.tpf-cstm__quote { padding-left: 16px; border-left-width: 3px; }
	.tpf-cstm__text { font-size: 18px; line-height: 26px; }
	.tpf-cstm__name,
	.tpf-cstm__role { font-size: 16px; line-height: 20px; }
}
