.featured-img {
	position: absolute;
	right: 0;
	bottom: -200px;
}
.vw-featured-post-container {
	display: flex;
	align-items: center;
}
.vw-featured-post-content {
	width: 580px;
    padding: 56px 80px;
    border-radius: 4px;
    background: white;
    z-index: 999;
	border-radius: 8px;
}
.vw-featured-post-image {
	width: 75%;
    height: 680px;
    margin-left: -80px;
	border-radius: 8px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.vw-featured-post-content h2 {
	color: #007980;
	margin-bottom: 24px !important;
}
.vw-featured-post-excerpt {
	color: #014B50;
	font-size: 20px !important;
	margin-bottom: 40px !important;
}
.vw-featured-post-button-wrapper {
	display: flex;
}
.vw-featured-post-read-more-button {
	color: #E97554;
	font-family: "Barlow Condensed";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 28.6px */
	letter-spacing: 0.78px;
	text-transform: uppercase;
}
.vw-featured-post-read-more-button i {
	color: #117597 !important;
}
.vw-featured-post-button-wrapper a {
	padding-bottom: 10px;
    background-image: url(/wp-content/plugins/vw-featured-post/read-wave.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
@media screen and (max-width: 768px) {
	.vw-featured-post-container {
		flex-wrap: wrap;
	}
	.vw-featured-post-content {
		width: 100%;
		padding: 0 0 30px 0;
		background: none;
	}
	.vw-featured-post-image {
		width: 100%;
		margin: 0px;
		height: 320px;
	}
	.featured-img {
		width: 214px;
		right: -70px;
    	bottom: -130px;
	}
	#gform_submit_button_6 {
		padding: 16px 24px;
		line-height: 1;
	}
}