.tr-testimonial {
	align-items: center;
	background: #ffffff;
	border: 0;
	column-gap: 4.5rem;
	color: #000000;
	display: grid;
	grid-template-columns: 21.5rem minmax(0, 1fr);
	margin: 0 auto 2.5rem;
	max-width: 51.5rem;
	min-height: 0;
	overflow: hidden;
	padding: 2rem;
	width: 100%;
}

.tr-testimonial__media {
	background: #ffffff;
	color: #000000;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	min-width: 0;
	width: 21.5rem;
}

.tr-testimonial__image-wrap {
	align-items: center;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	width: 100%;
}

.tr-testimonial__image,
.tr-testimonial__image-placeholder {
	aspect-ratio: 1 / 1;
	display: block;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	width: 100%;
}

.tr-testimonial__image-placeholder {
	align-items: center;
	background: #f2f2f2;
	color: #393838;
	display: flex;
	font-size: 0.75rem;
	justify-content: center;
	line-height: 1.2;
	padding: 1rem;
	text-align: center;
}

.tr-testimonial__person {
	color: #393838;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
	min-height: 1.45rem;
	padding: 0.25rem 0.5rem;
	text-align: center;
}

.tr-testimonial__name,
.tr-testimonial__role {
	display: inline;
}

.tr-testimonial__name,
.tr-testimonial__role {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45;
}

.tr-testimonial__name:not(:last-child)::after {
	content: " ";
}

.tr-testimonial__quote {
	align-self: stretch;
	background: #ffffff;
	border: 0;
	border-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.tr-testimonial__quote-text {
	color: #464646;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.45;
	margin: 0;
}

.tr-testimonial__quote-text p {
	margin: 0;
}

.tr-testimonial__source {
	color: #000000;
	display: block;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.875rem;
}

.tr-testimonial__source::before {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 0.125rem;
	margin-right: 0.375rem;
	vertical-align: 0.25em;
	width: 0.805rem;
}

@media (max-width: 47.9375rem) {
	.tr-testimonial {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		max-width: 22rem;
		padding: 1.5rem;
	}

	.tr-testimonial__media {
		width: 100%;
	}

	.tr-testimonial__quote {
		padding: 0;
	}
}
