.quote-block blockquote cite {
	font-style: normal;
	font-size: 2rem;
	line-height: 2.93rem;
	color: #70747A;
	display: block;
	margin-top: 2rem;
}

.quote-block .topic-style2 p {
	font-size: 2.6rem;
	line-height: 3.6rem;
	letter-spacing: -.1rem;
}

@media (min-width: 1025px) {
	.quote-block .topic-style2 p {
		font-size: 4rem;
		line-height: 6.3rem;
	}
}

@media (min-width: 1440px) {
	.quote-block .container {
		padding-top: 17.8rem;
		padding-bottom: 18rem;
	}

	.quote-block blockquote cite {
		margin-top: 5.3rem;
	}
}