@charset "UTF-8";
.text-block {
		margin: calc(var(--header) + var(--vert)) auto 0 auto;
		max-width: 980px;
		padding: 0;
		display: block;
		--vert: 60px;
		font-weight: 300;
		line-height: 1.4;
}
.text-block > *:first-child {
		margin-top: 0 !important;
}
.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
		font: inherit;
		font-weight: 500;
		color: var(--white);
		margin: 40px 0 20px 0;
}
.text-block h1 {
		text-align: center;
		font-size: 33px;
		margin-top: var(--vert);
		margin-bottom: 50px;
		letter-spacing: 0.01em;
}
.text-block h2 {
		margin-top: var(--vert);
		font-size: 18px;
		line-height: 1.333333;
}
@media only screen and (min-width: 1000px) {
		.text-block h1 {
				font-size: 44px;
		}
		.text-block h2 {
				font-size: 24px;
		}
		.text-block {
				--vert: 80px;
		}
}