/**
 * Typography Foundation
 * Reusable typography classes for sections
 *
 * @package MG
 */

.t-section-eyebrow {
	color: rgb(80, 80, 98);
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	padding-bottom: 40px;
	text-transform: uppercase;
	margin: 0;
}

.t-section-title {
	color: rgb(46, 46, 56);
	font-size: 32px;
	padding-bottom: 24px;
	line-height: 1.05;
	font-weight: 400;
	margin: 0;
}

@media (min-width: 768px) {
	.t-section-title {
		font-size: 60px;
		padding-bottom: 40px;
	}
}