#articles {
	margin-top: 70px;
	margin-bottom: 50px;
	min-height: 580px;
}
#articles .blog-card{
	position: relative;
	width: 100%;
	margin: 25px 0px;
	height: 450px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
	-webkit-box-shadow: 0px 0px 1px 0px #adadad;
	box-shadow: 0px 0px 1px 0px #adadad;
}
#articles .blog-card .img-wrap{
	display: block;
	width: 100%;
	max-height: 185px;
	overflow: hidden;
}
#articles .blog-card img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#articles .blog-content{
	position: relative;
	margin: 20px 0px 10px 0px;
}
#articles .blog-content h4{
	position: relative;
	padding: 0px 10px;
	text-align: center;
	font-weight: 100;
	text-transform: uppercase;
}
#articles .blog-content h4:before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translate(-50%, 0%);
	bottom: -20px;
	height: 1px;
	width: 60px;
	background-color: rgba(245, 211, 97, 1);
}
#articles .blog-content h4:after{
	position: absolute;
	content: "";
	left: 50%;
	transform: translate(-50%, 0%);
	bottom: -27px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border: 1px solid rgba(245, 211, 97, 1);
}
#articles .blog-content p{
	margin-top: 40px;
	padding: 0px 15px;
	font-size: 12px;
	text-indent: 15px;
}
