.hc-blog-related-posts {
	padding: 75px 0;
    background-color: white;;
}

.hc-blog-related-posts--title {
	margin: 0 0 50px 0 !important;
    font-weight: 600 !important;
}
.hc-blog-related-posts--title span {
	font-family: var(--pillar-font-bold);
	background: linear-gradient(90deg, rgba(207, 50, 61, 0) 0%, #cf323d 100%),
		#7d52f8;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
