.news-detail-wrapper{
	width: 760px;
	margin: 47px auto;
}
/***/
.news-detail-wrapper h2:not(:first-of-type){
	font-size: 18px;
	margin-bottom: 5px;
}
.news-detail-wrapper h2:nth-of-type(2){
	margin-bottom: 15px;
}
.news-detail-wrapper h2:nth-of-type(3){
	margin-bottom: 17px;
}
.news-detail-wrapper p{
	margin-bottom: 15px;
}
.news-detail-wrapper table{
	 width: 100% !important;
}
/***/
.news-detail-wrapper h3{
	font-size: 14px;
	margin-bottom: 7px;
}
.news-detail-wrapper ul {
   list-style-position: inside;
   list-style-type: initial;
   margin-bottom: 14px;
}

/***/
.news-detail-wrapper li{
	text-indent: 20px;
	list-style-position: inside;
	margin-bottom: 6px;
}
/***/
.news-detail-wrapper tr:nth-of-type(2) p:first-of-type{
	margin-top: -8px;
	margin-bottom: 6px;
}

/***/
.news-detail-wrapper tr:nth-of-type(2) td p:nth-of-type(2) span{
	display: block;
	color: white !important;
	position: relative;
	z-index: 100;
	margin-top: 20px;
	margin-bottom: 30px;
}

.news-detail-wrapper tr:nth-of-type(2) td p:nth-of-type(2) span::after{
	content: "";
	position: absolute;
	left: -19px;
	top: -14px;
	width: calc(100% + 38px);
	height: calc(100% + 27px);
	background: #e62b45;
	z-index: -1;
}
.news-detail-wrapper a{
	color: #3591d0;
}

/*About us*/
.news-detail-wrapper img{
	max-width: 100%;
	height: initial !important;
}

@media only screen and (max-width:1280px) {
	.news-detail-wrapper{
		width: calc(100% - 20px);
	}
}
@media only screen and (max-width:991px) {
	.news-detail-wrapper{
		width: calc(100%);
	}

}

