.testimonial-layout-holder
{
	position: relative;
	width: 100%;
	margin: auto;
	max-width: 900px;
}

.testimonial-layout-holder blockquote
{
	position: relative;
	padding: 0;
	margin: 0;
	border-left: 0;
	padding: 0;
}

.testimonial-layout-holder.border-top-yes blockquote
{
	border-top: 1px solid #d33d33;
	padding-top: 40px;
}

.testimonial-layout-holder.border-bottom-yes blockquote
{
	border-bottom: 1px solid #d33d33;
	padding-bottom: 40px;
}

.testimonial-layout-holder.border-bottom-yes blockquote::after
{
	top: auto;
	bottom: -25px;
}

.testimonial-layout-holder blockquote > h3
{
	text-align: center;
	color: #d33d33;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	font-style: normal;
	margin: 0 0 5px;
}

.testimonial-layout-holder blockquote p
{
	position: relative;
	font-style: normal;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
	padding: 0 40px;
}


@media only screen and (max-width: 768px) {
	.testimonial-layout-holder blockquote p
	{
		padding-left: 10px;
		padding-right: 10px;
	}
}

.testimonial-layout-holder blockquote footer p
{
	margin: 0;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	color: #d33d33;
}