section.title-block{
	padding: 80px 6% 20px;
	  margin: 0 0 0;
	  text-align: center;
	  background: #fafafa;
	  z-index: 1;
	  position: relative;
}

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;
}

@media screen and (max-width:900px){

	section.title-block {
  	
  	text-align: left;
	}
}