.section-blockquote blockquote{
	max-width: 1000px;
	margin:0 ;
}
.section-blockquote .rte{
	display: flex;
	justify-content: center;
	padding: 0 50px;
}
.section-blockquote.page--full-width .section-blockquote-wrapper{
	border-radius: 20px;
}
.section-blockquote h3{
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500px;
	font-family: var(--font-header-family);
}
@media screen and (min-width: 750px){
	.section-blockquote h3{
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 22px;
	}
}