h1,
h2 {
	font-family: "PT Serif", serif;
	font-size: 50px;
	color: #fff;
	font-weight: normal;
	line-height: 1.1;
}

h2 {
	font-size: 32px;
	color: #435790;
	letter-spacing: -0.09px;
	line-height: 1.19;
	margin-bottom: 25px;
}

h1 em,
h2 em {
	font-size: 14px;
	font-family: "Soleil", sans-serif;
	font-style: normal;
	display: block;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.3;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #d93236;
	line-height: 1.57;
	margin-bottom: 15px;
}

h4 {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #c7cce6;
	letter-spacing: 1.07px;
	margin-bottom: 10px;
}

h3 span,
h4 span {
	text-transform: lowercase !important;
	text-decoration: none !important;
}

@media screen and (min-width: 768px) {
	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 37px;
	}
}

@media screen and (min-width: 1024px) {
	h1 {
		font-size: 70px;
	}

	h2 {
		font-size: 45px;
	}
}