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

section.title-block h1{
	margin:0;
}

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: 600;
	max-width: 640px;
	margin: 10px auto 0 auto;
	line-height: 1.375em;
}

@media screen and (max-width: 800px) {
	section.title-block {
		text-align: left;
	}
	
	section.title-block p.subtitle {
		margin: 10px 0 0 0;
	}
}