h1 {
	color: #fff;
	font-size: 50px;
	font-weight: normal;
}
.block.withbg:not(.darktext) h2,
.block.withbg h2,
h2 {
	color: #e38a0a !important;
	font-size: 56px;
	font-weight: normal;
}
h3 {
	color: #fff;
	font-weight: normal;
}
.block.withbg a {
	color: #e38a0a !important;
}
@media (max-width:1000px) {
	h1 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 15px;
	}
	.block.withbg h2, h2 {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 15px;
	}
	.banner {
		min-height: 100px !important;
	}
}

