.vw-featured-post-container {
	display: flex;
	align-items: center;
}
.vw-featured-post-content {
	width: 580px;
    padding: 56px 80px;
    border-radius: 4px;
    background: #FEFAF4;
    z-index: 999;
}
.vw-featured-post-image {
	width: 868px;
    height: 680px;
    margin-left: -80px;
}
.vw-featured-post-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.vw-featured-post-content h2 {
	margin-bottom: 24px;
}
.vw-featured-post-excerpt {
	font-family: Industry;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 115%; /* 20.7px */
	margin-bottom: 40px !important;
}
.vw-featured-post-button-wrapper {
	display: flex;
}
.vw-featured-post-read-more-button {
	padding: 12px 24px 16px 24px;
	border-radius: 4px;
	border: 2px solid #117597;
	background: rgba(255, 255, 255, 0.10);
	color: var(--Blue-dark, #117597);
	font-family: Bourbon;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 24px */
	letter-spacing: 0.48px;
	text-transform: uppercase;
}
.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: 56px 30px;
	}
	.vw-featured-post-image {
		margin: 0px 30px 40px;
		height: 300px;
	}
}