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;
}

.articles__video-wrap{
	
	width: 45%;
	height: 300px;
	margin-bottom: 30px;
}
.services__detail-text{
	text-align: justify;
}
.articles.card-news .articles__video {
	position: relative;
	border-radius: 2.26rem;
	width: 100%;
	height: 100%!important;
	margin-bottom: 2rem;
	overflow: hidden;
}
@media screen and (max-width: 431px) {
	.articles__video-wrap{
		float: none!important;
		margin: 0!important;
		width: 100%;
		height: 300px;
		margin-bottom: 30px;
	}
}