.editor-styles-wrapper{
	.testimonial{
		padding: 104px 0;
		background: var(--wp--preset--color--background-colors-bg-light-1);
	}
	.testimonial h3{
		margin-bottom: 56px;
	}
	.testimonial .text{
		background: #fff;
		padding: 80px 56px 66px;
	}
	.testimonial .quote{
		margin: 0 0 18px;
		font-size: 36px;
		font-weight: 700;
		line-height: 1.0833;
		letter-spacing: 0.005em;
		color: var(--wp--preset--color--font-colors-font-dark-1);
	}
	.testimonial .author{
		color: var(--wp--preset--color--font-colors-font-dark-2);
	}

	.testimonial.is-style-dark{
		background: var(--wp--preset--color--main-colors-slate);
	}
	.testimonial.is-style-dark h3{
		color: #fff;
	}
	.testimonial.is-style-dark .text{
		background: var(--wp--preset--color--font-colors-font-light-1);
	}

	@media (max-width: 1679px){
		.testimonial .quote{
			font-size: 32px;
		}
	}

	@media (max-width: 1199px){
		.testimonial .text{
			padding: 56px;
		}
		.testimonial .quote{
			font-size: 26px;
		}
	}

	@media (max-width: 991px){
		.testimonial{
			padding: 80px 0;
		}
		.testimonial h3{
			margin-bottom: 48px;
		}
		.testimonial .text{
			padding: 48px;
		}
	}

	@media (max-width: 767px){
		.testimonial{
			padding: 64px 0;
		}
		.testimonial h3{
			margin-bottom: 32px;
		}
		.testimonial .text{
			padding: 32px;
		}
		.testimonial .quote{
			font-size: 20px;
		}
	}
}