@charset "utf-8";

.widget_title {
	display: -ms-flexbox !important;
	display: flex !important;
}
.widget_title .title_img {
	padding-bottom: 10px !important;
	padding-right: 20px !important;
	font-size: 50px !important;
	line-height: 1 !important;
	padding-top: 6px !important;
}
.widget_title .title_img i {
	font-size: 60px !important;
}
.widget_title .title_desc {
	width:100%;
	padding-top: 3px !important;
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.widget_title .title_desc h2 {
	margin-bottom: 0px !important;
	font-size: 20px !important;
	font-weight: 500;
}
.widget_title .title_desc p {
	float: left !important;
	margin: 0px !important;
}
.widget_title .title_desc a { color:#333; }

@media only screen and (max-width: 768px) {
	.widget_title {
		text-align: center !important;
		display: block !important;
	}
	.widget_title .title_img {
		padding:0px !important;
		margin:0px !important;
		text-align: center !important;
	}
	.widget_title .title_desc p {
		float: none !important;
	}


}