<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Media screen 768px to 991px*/

@media all and (min-width:992px) and (max-width:1199px)
{
	.content_box{height:380px;}
}

@media all and (min-width:768px) and (max-width:991px)
{
	#content_boxes{top:-250px !important;}
	.content_box{height:470px;}	
	#content_boxes{padding-right: 20px; padding-left: 20px;}
}

@media all and (min-width:240px) and (max-width:767px)
{
	.banner_text h1{
		font-size: 30px; 
		line-height: 30pt;
		font-weight: 400;
	}
	.banner_text {
		padding: 80px 40px 150px 40px; 
	}
	.content_box{margin-bottom:20px;height:auto !important;}
}

</pre></body></html>