section.title-block{
	padding:0 5%;
	margin:45px 0;
	text-align:center;
}

section.title-block h1:after {
	content:'';
	border-bottom: linear-gradient(to right, #fcbb09 0%, #d74fa1 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 33%, rgba(240, 240, 240, 0.5) 33%);
}

section.title-block .max-width{
	margin: 0 auto;
}
section.title-block p.subtitle{
	font-size: 1.25em;
	font-weight: 400;
	max-width: 640px;
	margin: 0 auto;
}
