.post-type-archive-lmc_testimonial .testimonials {
	column-gap: 1em;
	columns: 22.375rem 3;
	margin-top: .5em
}

.post-type-archive-lmc_testimonial .testimonial__content {
	background-color: #e6ebdd;
	display: inline-block;
	font-size: 14px;
	margin-bottom: .5em;
	margin-top: .5em;
	padding: 2em;
	transition-duration: .25s;
	transition-property: color, background-color;
	transition-timing-function: ease-in-out;
	width: 100%
}

.post-type-archive-lmc_testimonial .testimonial__content:focus,
.post-type-archive-lmc_testimonial .testimonial__content:hover {
	background-color: #98473e;
	color: #fefefe
}

.post-type-archive-lmc_testimonial .testimonial__author {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-top: 1em
}