.recent-post_module .post-featured-image {
	position: relative;
}
.recent-post_module .post-featured-image .blog-tags {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.recent-post_module .content-body .pub-date_read-time {
	margin-bottom: 15px;
}
.recent-post_module .post-featured-image .blog-tags .post-tag {
	display: block;
	border-radius: 5px;
}
.recent-post_module .flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex !important;
	flex-flow: row wrap !important;
	-moz-flex-flow: row wrap !important;
	-webkit-flex-flow: row wrap !important;
	-o-flex-flow: row wrap !important;
}
.recent-post_module .flex {
	margin-left: -20px;
	margin-right: -20px;
}
.recent-post_module .flex .flex-item {
	padding: 20px;
}
.recent-post_module .flex .flex-item.flex-item-4 {
	flex-basis: 25%;
	-moz-flex-basis: 25%;
	-webkit-flex-basis: 25%;
	-o-flex-basis: 25%;
}
.recent-post_module .flex .flex-item.flex-item-3 {
	flex-basis: 33.33%;
	-moz-flex-basis: 33.33%;
	-webkit-flex-basis: 33.33%;
	-o-flex-basis: 33.33%;
}
.recent-post_module .flex .flex-item.flex-item-2 {
	flex-basis: 50%;
	-moz-flex-basis: 50%;
	-webkit-flex-basis: 50%;
	-o-flex-basis: 50%;
}
.recent-post_module .flex .flex-item.flex-item-1 {
	flex-basis: 100%;
	-moz-flex-basis: 100%;
	-webkit-flex-basis: 100%;
	-o-flex-basis: 100%;
}
@media (max-width: 1024px) {
	.recent-post_module .flex .flex-item.flex-item-4 {
		flex-basis: 33.33%;
		-moz-flex-basis: 33.33%;
		-webkit-flex-basis: 33.33%;
		-o-flex-basis: 33.33%;
	}
}
@media (max-width: 767px) {
	.recent-post_module .flex .flex-item {
		flex-basis: 100%;
		-moz-flex-basis: 100%;
		-webkit-flex-basis: 100%;
		-o-flex-basis: 100%;
	}
}
{# End of Grid Layout Style #}