.FEATURED::before,
.FEATURED::after {
	content: "";
	display: block;
	overflow: hidden;
}

.FEATURED .post {
	position: relative;
}

.FEATURED .image {
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}

.FEATURED .content h6 {
	opacity: 0.6;
}

.FEATURED .content h4 {
	margin-top: 10px;
}

.FEATURED .content h4 a:hover {
	color: #FF5757;
}

.FEATURED .content h4 a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@media screen and (min-width: 901px){
	.FEATURED .content h4 {font-size:32px;}
}
