.container--quote {
	margin: 100px auto;
	max-width: 954px;
  width: 90%;
}

.quote {
	text-align: center;
	font-family: var(--font-heading);
}

.quote__body {
	font-size: 1.7rem;
	text-wrap: pretty;
	line-height: 1.25;
	font-weight: 400;
	margin-bottom: 25px;
	padding: 0 40px;
}

.quote__attribution {
	color: var(--color-red);
	font-size: 1.5625rem;
	font-weight: 500;
}

@media screen and (min-width: 1000px) {
	.quote__body {
		padding: 0;
		font-size: 2.5rem;
	}
}