.styled-blockquote {
	max-width: 832px;
    margin: 60px auto;
}
.styled-blockquote blockquote {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	padding-top: 82px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
.styled-blockquote blockquote p {
	margin-bottom: 20px;
}
.styled-blockquote blockquote .quote-icons {
	width: 48px;
}
.styled-blockquote blockquote .quote-icon {
	width: 20px;
	height: 40px;
}
.styled-blockquote blockquote:before {
	content: '';
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 18px;
	left: 0;
	background: #DB233A;
	z-index: -1;
}
.styled-blockquote blockquote:after {
	content: '';
	display: block;
	height: 1.5px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.styled-blockquote blockquote .quote-icons {
	position: absolute;
	top: 0;
	left: 12px;
}
@media (min-width: 1200px) {
	.styled-blockquote blockquote .quote-icons {
		width: 79px;
		left: 20px;
	}
	.styled-blockquote blockquote .quote-icons .quote-icon {
		height: 66px;
		width: 33px;
	}
	.styled-blockquote blockquote {
		padding-top: 55px;
		padding-left: 120px;
		font-size: 18px;
	}
	.styled-blockquote blockquote:before {
		width: 76px;
		height: 76px;
	}

}