.in_the_news {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.in_the_news_card {
	width: 33.33%;
	margin-bottom: 50px;
}

.in_the_news_sitename {
	font-size: 20px;
}

.in_the_news_heading {
	font-size: 24px!important;
	margin: 0;
}
.in_the_news_heading a {
	text-decoration: none;
	color:#000000!important;
}

.in_the_news_time {
	font-size: 20px;
}

@media (max-width:1024px) {
	.in_the_news_card {
		width: 50%;
	}
}

@media (max-width:767px) {
	.in_the_news_card {
		width: 100%;
	}
}
