.vw-featured-post-container {
	display: flex;
	align-items: center;
}
.vw-featured-post-content {
	width: 50%;
    padding: 0px 160px;
}
.vw-featured-post-image {
	width: 50%;
    height: 714px;
}
.vw-featured-post-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.vw-featured-post-content h2 {
	margin-bottom: 32px;
	text-align: center;
}
.vw-featured-post-excerpt {
	text-align: center;
	font-size: 22px;
	margin-bottom: 32px !important;
}
.vw-featured-post-button-wrapper {
	display: flex;
	justify-content: center;
}
.vw-featured-post-read-more-button, .vw-featured-post-read-more-button:hover {
	padding: 20px 24px;
	border-radius: 2px;
	background: #407538;
	color: #FBF8F4;
	font-family: Lato;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}
.vw-featured-post-read-more-button i {
	color: #117597 !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: 76px 24px;
	}
	.vw-featured-post-image {
		margin: 0;
        height: 357px;
        width: 100%;
	}
}