.wrapper{
	border: 2px solid #000;
	font-family:Poynter, Times, serif;
	text-align:justify;
	max-width:100%;
	height:auto;
		background-image:url("/doccenter/c2ce2c416aec400c9eadbf4101f520f5");
	background-repeat:no-repeat;
	background-color:#fff;
	
}

.NewsTitle{
	font-size:3em;
	font-family:"Times New Roman", Times, serif;
	line-height:1.2em;
	text-align:center;
	font-weight:800;
}

.shortTitle{
	text-align:center;
	font-family:poynter;
	border-bottom:1px solid #000;
	font-weight:800;
	line-height:1.2em;
}

/*.shortHeading{
	font-weight:600;
	line-height:1.2em;
}*/
.newsText{
	line-height:1.2em;
	margin:3px;
	font-size:18px;
}
*{
	box-sizing: border-box;
}
.row:after{
	content:"";
	display:table;
	clear:both;
}
.column{
	float:left;
	width:33.33%;
	padding:10px;
	/*height:500px;*/
}
.row{
	display:flex;
}
.rowTop{ 
	border-bottom:3px solid #000;
}

@media screen and (max-width:1465px){
	.NewsTitle{
		line-height:1em;
	}
}
/*@media screen and (max-width:1465px){
	.newsText{
		font-size:16px;
	}
}*/