.recent-post-wrapper .post-heading {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Chamfort Family Bold, sans-serif;
	font-size: 30px;
	line-height: 36px;
}

.recent-post-wrapper .wrapper {
	padding-top: 10px;
}

.recent-post-wrapper .post-outer-wrapper {
	grid-row-gap: 1.5rem;
	flex-wrap: wrap;
	display: flex;
}

.recent-post-wrapper .post-wrapper {
	flex-direction: column;
	justify-content: flex-start;
	display: flex;
	width: 33.3333%;
	float: left;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.recent-post-wrapper a.fea-image-wrapper {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	flex-direction: column;
	justify-content: center;
	display: flex;
	overflow: hidden;
	max-width: 100%;
}

.recent-post-wrapper img.image {
	align-self: center;
	max-width: none;
	height: 250px;
}

.post-title {
	margin-bottom: 0;
	padding-top: 10px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Chamfort Family Bold, sans-serif;
	font-weight: 700;
}

.subtitle.blog-post {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}
.recent-post-wrapper .blog-post-text-block {
    line-height: 22px;
}


@media (max-width: 991px) {
	.recent-post-wrapper .page-center{
		max-width: 728px;
	}

	.recent-post-wrapper .wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.recent-post-wrapper .page-center{
		padding-left: 10px;
		padding-right: 10px;
	}

	.recent-post-wrapper .post-wrapper {
		width: 100%;
		left: auto;
		right: auto;
	}

	.recent-post-wrapper img.image{
		height: 500px;
	}