h2 {
	font-family: 'Prompt', sans-serif;
	font-size: 24px;
	line-height: 1.4;
	color: #977c13;
}

h4 {
	font-family: 'Prompt', sans-serif;
	font-size: 20px;
	line-height: 1.4;
	word-spacing: 4px;
	color: #977c13;
	margin: 0;
}

h6 {
	font-family: 'Prompt', sans-serif;
	font-size: 22px;
	line-height: 1.2;
	word-spacing: 4px;
	color: #977c13;
	margin: 0;
}

.headline {
	width: 100%;
	height: 60px;
	background: #353526;
	font-family: 'BlairMdITCTTMedium-Regular';
	font-size: 1em;
	color: #FFF;
	/*text-transform: uppercase;*/
}

.circleText {
	font-size: 20px;
	font-family: 'Prompt', sans-serif;
}

.service ul,
.service ol {
	margin-left: 10%;
}

@media (max-width: 468px) {
	.home-cover {
		height: 1000px !important;
	}
}

@media (max-width: 375px) {
	.home-cover {
		height: 1000px !important;
	}
}

@media (max-width: 320px) {
	.home-cover {
		height: 1050px !important;
	}
}

@media (min-width: 992px) {
	.sq_text_r {
		margin: 10% 5% 10% 11%;
	}

	.sq_text_l {
		margin: 10% 11% 10% 5%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.sq,
	.sq_text_r>.sq>p,
	.sq_text_l>.sq>p,
	.sq_text_r>.sq>p>b,
	.sq_text_l>.sq>p>b
	{
		font-size: 20px !important;
		line-height: 1 !important;
	}
	
	.sq_text_r>h2,
	.sq_text_l>h2{
		font-size: 16px !important;
		margin-bottom: 5px;
	}

}
