.news-feed-thumb img {
	height:auto !important;
}

.news-feed-text a {
	text-decoration: none !important;
}

.news-feed-text a:hover {
	color:#F18E00;
}

.news-feed-thumb {
	justify-content:end !important;
}

@media only screen and (max-width:767px) {
	.news-feed-thumb {
		justify-content:center !important;
		margin-bottom:1rem;
	}

	.article-row {
		margin-bottom:3rem;
	}
}

@media only screen and (max-width:480px) {
	.news-feed-thumb img {
		width:100% !important;
	}
}