/**
 * Block - Quote / Testimonial
**/

.testimonial-blockquote {
	margin: 2rem 0;
	padding-left: 1.5rem;
	border-left: 1px solid #9990ff;
}

.testimonial-alt .testimonial-blockquote {
	margin: 2rem 7.5rem;
	padding: none;
	border: none;
}

.testimonial-text {
	color: #fff;
	display: block;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

.testimonial-alt .testimonial-text {
	font-family: "IBM Plex Mono";
	font-size: 1.625rem;
}

.testimonial-author {
	display: inline-block;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

.testimonial-title {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	margin-left: 1rem;
}

@media only screen and (max-width: 1280px) {
	.testimonial-text {
		font-size: 1.25rem;
	}

	.testimonial-alt .testimonial-blockquote {
		margin: 2rem 4.25rem;
	}

	.testimonial-alt .testimonial-text {
		font-size: 1.375rem;
	}
}

@media only screen and (max-width: 896px) {
	.testimonial-text {
		font-size: 1.125rem;
	}

	.testimonial-alt .testimonial-blockquote {
		margin: 2rem 0;
	}

	.testimonial-alt .testimonial-text {
		font-size: 1.125rem;
	}

	.testimonial-author,
	.testimonial-title {
		font-size: 0.875rem;
	}
}
