<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content_page .content_text {
    font-size: 20px;
	color: #444;
/* 	text-align: justify; */
	padding-right: 7%;
}

#content_page .content_text ul {
    width: 66%;
    text-align: left;
}

#content_page .content_text .distance-bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

#content_page .content_text .distance-top  {
	padding-top: 0;
}

.single-post #content_page .content_text ul {
	width: 100%;
}

#content_page .content_text ul li {
    font-size: 20px;
}

#inner_banner .banner_text h1 {
    margin: 30px 0 10px 0;
    line-height: 110%;
	font-size: 35px;	
	color: #222;
	padding-right: 7%;
}

#inner-blog-section .heading-text h1 {
    line-height: 110%;
	color: #222;
	font-size: 35px;	
}

#content_page .content_text h2 {
    font-size: 26px;
    margin: 0;
    padding: 30px 0 10px 0;	
}

.container {
    max-width: 1440px !important;
}

.main_header .container {
    max-width: 1750px !important;
}

.content_wrapper .col-sm-3 {
	width: 33%;
	min-width: 340px;
}

.sidebar-122 {
	width: 100%;
	max-width: 100%;
	min-width: 300px;
}

.sidebar-122 {
	padding: 0 2%;
}

.sidebar-122 .sidebar-form {
    background-size: cover;
    border: 6px solid #f79422;	
    padding: 8%;
	margin-bottom: 100px;
}


@media (max-width: 768px) {

	.content_wrapper .col-sm-3 {
		width: 90%;
		margin: 25px auto;
		min-width: 0;
	}

	#content_page .content_text {
		padding-right: 0;
	}
	
	#inner_banner .banner_text h1 {
		padding-right: 0;
		font-size: 33px;
	}	
	
	#content_page .content_text h3 {
		margin: 20px 0 10px !important;
	}

}


@media (min-width: 980px) {
	.sidebar-122 .sidebar-form {
		margin-top: -50px;
	}
}

@media (max-width: 390px) {
	.content_wrapper .col-sm-3 {
		margin: 0;
		padding: 0;
		margin: 0 auto;
	}
}

@media (max-width: 336px) {
	.content_wrapper .col-sm-3 {

    margin-left: 0px;
		
	}
}</pre></body></html>