.block-image-quote {
	background: #ffe3d7;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.block-image-quote > * {
	flex-basis: 300px;
	flex-grow: 1;
}

.block-image-quote blockquote.wp-block-quote,
.editor-styles-wrapper .block-image-quote blockquote.wp-block-quote {
	border: none;
	padding: 32px 16px;
	margin: 0;
}

.block-image-quote blockquote.wp-block-quote::before,
.editor-styles-wrapper .block-image-quote blockquote.wp-block-quote::before {
	display: none;
}

.block-image-quote blockquote.wp-block-quote p,
.editor-styles-wrapper .block-image-quote blockquote.wp-block-quote p {
	font-size: 30px;
	line-height: 1.4;
	font-weight: 300;
}

.block-image-quote blockquote.wp-block-quote p:first-of-type,
.editor-styles-wrapper .block-image-quote blockquote.wp-block-quote p:first-of-type {
	margin-top: 0;
}

.block-image-quote blockquote.wp-block-quote cite,
.editor-styles-wrapper .block-image-quote blockquote.wp-block-quote cite {
	font-size: 20px;
	font-style: italic;
	text-transform: none;
}

@media only screen and (min-width: 767px) {	
	.block-image-quote blockquote.wp-block-quote p,
	.editor-styles-wrapper .block-image-quote blockquote.wp-block-quote p {
		font-size: 36px;
	}
}

@media only screen and (min-width: 900px) {
	.block-image-quote blockquote.wp-block-quote,
	.editor-styles-wrapper .block-image-quote blockquote.wp-block-quote {
		padding: 80px;
	}
}