h1 {
	margin: 0px auto 5px auto;
	padding-top: 70px;
	font-family: Estado Headline, Georgia, serif;
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 3.045rem;
	letter-spacing: -0.04rem;
	color: #333333;
	text-align: center;
	max-width: 230px;
}

h2 {
	width: 95%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 80px;
	font-family: freight-text-pro, Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.7rem;
	text-align: center;
	color: #333333;
}

h3 {
	padding-top: 30px;

	margin-top: 10rem;
	margin-left: auto;
	margin-right: auto;
	font-family: freight-text-pro, Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	font-size: 5.50rem;
	color: #D00303;
	line-height: 1.75rem;
	letter-spacing: -0.02rem;
	width: 95%;
	max-width: 460px;
	text-align: center;
}
h3 > span {
	color: #333333;
}

h3::after {
	display: block;
	margin: auto;
	content:"";
	width:100px;
	height: 5px;
	background: #eeeeee;
	margin-top: 3rem;
}

h4 {
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	color: rgba(50, 50, 50, 0.9);
	font-size: 1.5rem;
	letter-spacing: -0.01rem;
	width: 95%;
	max-width: 460px;
	font-family: 'Flama';
	text-transform: uppercase;
}
