div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.About-us-title.mobile {
	display: none;
}

@media (max-width: 1180px) { 
	.About-us-title.desc-top {
		display: none;
	}

	.About-us-title.mobile {
		display: block;
	}
}

@media (max-width: 745px) {
    section.About-us {
    	margin-bottom: 0;
    }

	.About-us-text__right p br {
		display: none;
	}

	.About-us-text__left p br {
		display: none;
	}

	
}


