.news-wrapper{
	padding: 3vw 6vw;
	columns: 2;
	column-gap: 2vw;
}

.single{
	columns: 1;
}

.news-wrapper h2{
	font-size: 33px;
	font-weight: bold;
	color: #4186ba;
	padding: 3vw 0px;
	text-align: center;
}

.news-wrapper h2:before{
	content: "";
	display: block;
	width: 6em;
	max-width: 100%;
	border-bottom: 1px solid #4186ba;
	margin: 0em auto 0.1em;
}

.news-wrapper h2:after{
	content: "";
	display: block;
	width: 6em;
	max-width: 100%;
	border-bottom: 1px solid #4186ba;
	margin: 0.1em auto 0em;
}

.news-item:not(:first-child){
	margin-top: 20px;
}

.news-item .news-title{
	font-size: 22px;
	color: #3d92cf;
	font-weight: bold;
	text-transform: uppercase;
}

.news-item .news-date{
	margin-bottom: 5px;
	font-size: 16px;
	color: #a9acac;
}


.news-content-wrapper ol{
	list-style: inside;
}

.news-content-wrapper ul{
	list-style: inside;
}

@media (max-width: 960px) {
	.news-wrapper{
		columns: 1;
	}
}