.o-quote {
	background-size: auto 300px;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 50px;
}

.m-quote__item {
	margin-bottom: 247px;
	padding-top: 26px;
	padding-bottom: 40px;
	margin-left: -15px;
	margin-right: -15px;
}

.m-quote__item > img {
	width: 20px;
	height: auto;
}

@media (min-width: 768px) {
	.o-quote {
		background-size: cover;
		padding: 112px 0;
	}

	.m-quote__item {
		margin: 0;
		padding-top: 84px;
		padding-bottom: 100px;
	}

	.m-quote__item > img {
		width: 29px;
		height: auto;
	}

	.m-quote__by {
		font-size: 15px;
	}
}