.subheading {
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(0,0,0,.2);
	text-transform: uppercase;
}
.news-events-content h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.meta-date p {
	font-size: 12px;
	color: #080a3c;
	margin: 10px 0px;
}
.news-and-events-banner {
	background-image: url("../../assets/img/news-ban.jpg");
	object-fit: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-position: 50% 50%;
}
.block-with-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media screen and (max-width:380px) {
    .news-events-content h2 {
    	font-size: 20px;
	    font-weight: 600;
	}
}

