.quotes-slider {
	margin: 2rem 0;
}

.quotes-slider__quote {
	background: var(--colors--red-carnation) url('../../img/quote-side-bg.png') top right no-repeat;
	color: white;
	padding: 2rem 1.5rem 2rem;
	position: relative;
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.15);
	margin-top: 6rem;
}

.quotes-slider__quote-image {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate3d(-1.5rem,-50%,0);
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.quotes-slider__quote-mark {
	font-size: 4em;
	font-weight: 700;
}

.quotes-slider__quote p {
	font-weight: 300;
	font-size: 1.15em;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.quotes-slider__quote-author {
	font-size: 1em;
	line-height: 1.5em;
}

@media all and (min-width: 768px) {
	.quotes-slider {
		margin: 6rem 0 4rem;
	}
	.quotes-slider__quote p {
		font-size: 1.5em;
		margin-top: 1rem;
		margin-bottom: 3rem;
	}
}

@media all and (min-width: 1650px) {
	.quotes-slider {
		margin: 8rem 0 6rem;
	}
}