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

section.title-block h1 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	color:var(--second-color);
}

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