.info-wrapper{
	 padding: 1vw 6vw;
	 width: 800px;
     margin: 0 auto;
}

.news-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	border-radius: 15px;
	margin-bottom: 2vw;
}

.news-item.blue{
	background: #3e94ce;
	border: 10px solid #3e94ce;
}

.news-item.orange{
	background: #f5943e;
	border: 10px solid #f5943e;
}

.event-info{
	display: block;
	flex-grow: 1;
	text-align: center;
}

.event-title a{
	color: white;
    font-size: 33px;
	font-weight: bold;
}

.event-date{
	font-size: 22px;
	margin: 2vw 0vw;
}

.event-info p span{
	font-weight: bold;
}

.event-img img{
	border-radius: 15px;
	/* height: 200px; */
    max-width: 200px;
}

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

.news-item-single{
    margin-top: 10px;
}

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

.event-loc-single{
	color: #3d92cf;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom: 5px;
}

/* Mobile */
@media (max-width: 630px) {
	.info-wrapper{
    	width: auto;
	}

	.news-item{
		flex-direction: column;
	}
}
