.post-highlight {
	padding: 40px 118px 10px;
	text-align: center;
	color: #620202;
	position: relative;
	margin: 40px 0;
}
.post-highlight:before {
	content:"";
	display: block;
	width: 29px;
	height:28px;
	background-image:url(../png/white-star.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50px;
	top: 137px;
}
.post-highlight:after {
	content:"";
	display: block;
	width: 29px;
	height:28px;
	background-image:url(../png/white-star.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right:50px;
	top: 81px;
}
.post-highlight h5 {
	margin: 0 0 11px;
}
.post-highlight img {
	max-width: 88px;
}
.post-highlight.has-yellow-background-color {
	color:#27338F;
}
.post-highlight.has-yellow-background-color img{
	filter: invert(1);
}
.post-highlight.has-yellow-background-color:before {
	background-image:url(../png/blue-star.png);
}
.post-highlight.has-yellow-background-color:after {
	background-image:url(../png/blue-star.png);
}
@media all and (max-width:600px) {
	.post-highlight {
		padding: 50px 30px 10px;
	}
	.post-highlight:after {
		top:18px;
	}
	.post-highlight:before {
		left: 25px;
		top: inherit;
		bottom: 20px;
	}
}