.article_link
{	
	padding: .75rem 1rem;	
	display: flex;	
	flex-direction: column;	
	max-width: 300px;	
	text-align: center;	
	position: relative;	
}
.article_link p
{
	margin-top: 0.5em;
}

#home_page_intro
{
	width: 100%;
	text-align: center;
	font-size: 1em;
	background-color: #84aee0;
}
#home_page_intro p
{
	margin: 0em;
	padding: 0em;
	color: white;
	font-weight: bold;
}
div#featured_image_style2
{
	overflow: hidden;
}
div#featured_image_style2,
div#featured_image_style2 img
{
	max-height: 600px;
	width: 100%;
	margin: 0;
}
div#featured_image_style2 img
{
	object-fit: cover;
}
div#featured_image_style2::after 
{
	display: block;
	position: relative;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
	margin-top: -150px;
	height: 150px;
	width: 100%;
	content: '';
}
