.sa-element-quote {
	position: relative;
	margin-top: 100px;
	padding-top: 240px;
	padding-bottom: 90px;
	background-color: rgb(240, 240, 240);
}

.sa-element-quote::before {
	content: '';
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -56px;
	width: 112px;
	height: 90px;
	background: url('./quotes.svg') center center / 112px 90px no-repeat transparent;
}

.sa-element-quote .content {
	margin: 0 auto;
	max-width: 1024px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 32px;
	font-style: italic;
	text-align: center;
}

.sa-element-quote .author {
	margin-top: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 19px;
	text-align: right;
}

@media screen and (max-width: 849px) {
	.sa-element-quote {
		margin-top: 40px;
		padding-top: 120px;
		padding-bottom: 40px;
	}

	.sa-element-quote::before {
		top: 50px;
		margin-left: -37px;
		width: 74px;
		height: 59px;
		background: url('./quotes.svg') center center / 74px 59px no-repeat transparent;
	}

	.sa-element-quote .content {
		margin-top: 20px;
		font-size: 24px;
	}
}
