.item-article {
	padding: .5rem;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin: .5rem 0;
	display: flex;
	flex-direction: column;
}

.item-article > h4 {
	text-align: center;
	color: #fff;
	background-color: #292929;
	padding: .5rem;
	border-radius: 5px;
	font-size: 20px;
}

.item-article > p {
	font-size: 16px;
	line-height: 1.3;
	text-indent: .5rem;
	padding: 1rem .5rem .5rem .5rem;
	flex-grow: 1;
}

.item-article > .img-article {
	height: 200px;
	background-size: cover;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
}

.item-article > a.btn.dark {
	width: 100%;
	border-radius: 5px;
}
.item-article > a{
	flex-grow: 0;
}
