#catchphrase { color: #FFF; }
#catchphrase > .content-wrapper {
	padding: 250px 0 80px;
	margin: 0 auto;
	
	text-align: center;
}
#catchphrase > .content-wrapper > .title {
	font-weight: 700;
	color: var(--off-color);
}
#catchphrase > .content-wrapper > .subtitle {
	font-size: 30px;
	font-weight: 200;
}
@media (min-width: 900px) {
	#catchphrase > .content-wrapper { max-width: 780px; }
	#catchphrase > .content-wrapper > .title {
		line-height: 90px;
		font-size: 80px;
	}
}
@media (max-width: 899.99px) {
	#catchphrase > .content-wrapper { max-width: 380px; }
	#catchphrase > .content-wrapper > .title {
		line-height: 56px;
		font-size: 40px;
	}
}