.content-top-wrapper {
	width: 100%;
	}
.course-photo {
	width: 100%;
	height: 300px;
	}
.content-top {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 1100px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #003300;
	}
.container {
	width: 100%;
	padding-bottom: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	height: auto;
	}

.content-top h {
	font-size:32px;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	color: #4e5055;
	}
.news-container {
	margin-top: 40px;
	}
a.news-item {
	position: relative;
	display: block;
	border-bottom: 1px solid #bababa;
	padding: 20px 0;
	color: #333;
	text-decoration: none;
	}
a.news-item:hover .news-content {
	color: #9b8c77;
	}
.row {
	display: flex;
	margin-bottom: 20px;
	}
.news-image {
	max-width: 200px;
	}
.news-date {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 10px solid #009782;
	}
.news-content {
	padding-left: 20px;
	-o-transition:color .2s ease-out;
    -ms-transition:color .2s ease-out;
    -moz-transition:color .2s ease-out;
    -webkit-transition:color .2s ease-out;
    transition:color .2s ease-out;
	}
.col3 {
	width: 30%;
	}
.col1 {
	width: 10%;
	text-align: center;
	}
.col6 {
	width: 70%;
	}
h2.news-title {
	margin: 0;
	padding: 0;
	}
	
/*news-item-css*/

.news-photo {
	width: 100%;
	text-align: center;
	margin-bottom: 2px;
	}

.news-photo img {
	max-width: 600px;
	max-height: 480px;
	}
.news-photo-description {
	color: #787878;
	}
.news-item-text {
	width: 100%;
	margin-bottom: 2px;
	}

.publication-date {
	color: #787878;
	}
