.vw-featured-post-container {
	display: flex;
	align-items: center;
}
.vw-featured-post-content {
	width: 580px;
    padding: 64px;
    border-radius: 4px;
    background: #ffffff;
    z-index: 999;
}
.vw-featured-post-image {
	width: 980px;
    height: 560px;
    margin-right: -120px;
}
.vw-featured-post-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.vw-featured-post-content h2 {
	margin-bottom: 8px;
}
.vw-featured-post-excerpt {
	margin-bottom: 40px !important;
}
.vw-featured-post-button-wrapper {
	display: flex;
}
.vw-featured-post-read-more-button {
	padding: 13px 24px;
	border-radius: 4px;
	background: #DB523B;
	color: #ffffff;
	font-family: Lato;
	font-weight: 800;
	font-size: 18px;
	text-transform: capitalize;
}
.vw-featured-post-read-more-button:hover {
	color: #ffffff;
}
.vw-featured-post-read-more-button i {
	color: #ffffff !important;
	margin: 0 0 0 10px !important;
}
@media screen and (max-width: 768px) {
	.vw-featured-home {
		background-color: #FEFAF4;
	}
	.vw-featured-post-container {
		flex-wrap: wrap;
	}
	.vw-featured-post-content {
		width: 100%;
		padding: 24px;
	}
	.vw-featured-post-image {
		margin: 0px;
		height: 300px;
	}
}