.post-index > article {
	background: var(--bg-gray);
	margin-bottom: 50px;
	border-bottom: 1px dashed var(--border-color);
}

.post-index > article .wrapper {
	padding: 50px;
}

.post-index > article .featured-image {
	width: 100%;
	display: block;
	height: 250px;
	background-size: cover;
	background-position: center;
}
.post-index > article a {
	text-decoration: none;
}
	.post-index > article h2{ transition: color 0.2s;}
	.post-index > article h2:hover{color:var(--main-color);}
.post-index > article .post-info .info {
	padding-right: 10px;
}