.quote--container {
	padding: 30px 30px 0;
}

.quote--blockquote {
	background-image: url("data:image/svg+xml,%3Csvg width='89' height='65' viewBox='0 0 89 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_470_5295)'%3E%3Cpath d='M26.2124 26.3108V1L0 26.3108V65H38.6892V26.3108H26.2124Z' fill='%2308855B'/%3E%3Cpath d='M76.3179 26.3108V1L50.1055 26.3108V65H88.7947V26.3108H76.3179Z' fill='%2308855B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_470_5295'%3E%3Crect width='88.7936' height='64' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 48px auto;
	padding-top: 55px;
	margin-bottom: 30px;
}

.quote--position,
.quote--company {
	display: block;
	line-height: 1.5em;
}

.quote--image {
	margin: 0 auto;
	max-width: 400px;
}

@media (min-width: 992px) {
	.quote--image {
		max-width: 520px;
		margin-left: -30px;
	}

	.quote--blockquote {
		background-size: 88px auto;
		padding-top: 85px;
	}
	
	.quote--container,
	.quote--container {
		display: flex;
		height: 100%;
	}

}