.full-width {
	margin-bottom: 50px;
}

.full-width.large .container {
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(33,33,33,0.1);
}

.full-width h3 {
	letter-spacing: -0.64px;
}

.full-width.large .content {
	font-size: 26px;
	text-align: center;
	line-height: 35px;
	letter-spacing: -0.52px;
}

@media (max-width: 480px) {
	.full-width {
		font-size: 14px;
		line-height: 23px;
	}

	.full-width.large {
		margin-bottom: 30px;
	}

	.full-width.large .container {
		padding-bottom: 1em;
	}

	.full-width.large .content {
		padding-bottom: 1em;
		font-size: 18px;
		line-height: 27px;
	}
}