  .osprey-hub-rss-wrap {
	display: flex;
	flex-wrap: wrap;
}
.osprey-hub-rss-wrap > .event {
	display: block;
	float: left;
	width: 44%;
	margin: 10px;
	padding: 10px;
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	border-radius: 8px;
	transition: box-shadow .3s;
}	
.osprey-hub-rss-wrap > .event:hover {
  box-shadow: 0 0 9px rgba(33,33,33,.2); 
}
.osprey-hub-rss-wrap > .event a {
	display: block;
	width: 100%;
	text-decoration: none;
}
.osprey-hub-rss-wrap > .event img {
	width: 100%;
	height: 100%;
}
.osprey-hub-rss-wrap > .event .news-date {
	color: #333;
}			
.osprey-hub-rss-wrap2 > .event img {
    float: left;
    width: 125px;
	height: 75px;
    margin-right: 15px;
}
.osprey-hub-rss-wrap2 > .event {
    clear: both;
    margin-bottom: 50px;
}	
.osprey-hub-rss-wrap2 > .event .news-date {
	color: #333;
}		
@media (min-width: 768px) {
	.osprey-hub-rss-wrap > .event {
		width: 30%;
	}	
}