#content .main_text_faq_news h2 {
	margin-bottom: 15px;
}

#content .main_text_faq_news h2 a {
	color: #109CF1;
	text-decoration: none;
}

#content .main_text_faq_news h1 {
	text-align: left;
	font-size: 32px;
	line-height: normal;
	margin-bottom: 0;
}

#content .main_text_faq_news .date {
	color: #B5C5DC;
	margin: 5px 0;
}

#content .main_text_faq_news .news_text img {
	width: 250px;
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}

#content .main_text_faq_news .news_text p {
	margin-bottom: 10px;
}

#content .main_text_faq_news .news_text p a {
	color: #109CF1;
	float: right;
	margin-top: 10px;
}

#content .main_text_faq_news .news_text .full_width_img {
	width: 100%;
	text-align: center;
}

#content .main_text_faq_news .news_text .full_width_img img {
	float: none;
	min-width: 900px;
	border-radius: 10px;
}
@media only screen and (max-width: 1100px) {
	#content .main_text_faq_news .news_text .full_width_img img {
		float: none;
		min-width: 430px;
		border-radius: 10px;
	}
}

@media only screen and (max-width: 414px) {
	#content .main_text_faq_news .news_text .full_width_img img {
		min-width: 0;
	}
}

@media only screen and (max-width: 375px) {
	#content .main_text_faq_news .news_text img {
		width: 100%;
	}
}

