.recent-post-grid-header-home {
	display: block;
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--assurified-dark-blue);
  font color: ffffff;
	font-family: 'figtree', sans-serif;
	font-weight: 600;
}

.recent-post-grid-header-home .heading-home {
	font-size: 32px;
	line-height: 1.3;
	text-transform: capitalize;
}

.recent-post-grid-header-home .tag-link-home {
	min-width: 100px;
	color: var(--assurified-orange);
	font-weight: 700;
	text-transform: uppercase;
}

.recent-post-grid-home{
display: block;
}
.post-card-home{
max-width:100%;
}