	.feature-section-image-behind  {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		background: #ffffff;
		border: 17px solid #fff;
		border-radius: 5px;
		vertical-align: middle;
		width: 100%;
	}
	
	
	
@media (min-width: 768px) {
	.feature {position: relative; margin-top: 50px; margin-bottom: 50px;}

	.feature-section-image-behind  {
		max-width: 65%;
		margin-left: 80px;
	}
	
  	.feature-section-image-behind p {width: 80%;}

	/* 
.feature-section-image-behind::before {
		background: #f8f9f9;
		background-image: url(../inc/assets/img/swoosh-top.png);
		background-repeat: no-repeat;
		background-size: 100% 101px; 
		content: "";
		display: block;
		left: 0;
		height: calc(100% - 200px);
		margin-left: 0;
		position: absolute;
		top: 50px;
		width: 100%;
		z-index: -1;
	}
	
	.feature-section-image-behind::after {
		background-image: url(../inc/assets/img/swoosh-bottom.png);
		background-repeat: no-repeat;
		background-size: 100% 101px; 
		content: "";
		display: block;
		left: 0;
		height: 100px;
		margin-left: 0;
		position: absolute;
		bottom: 50px;
		width: 100%;
		z-index: -1;
	}
 */
	
  	.feature-side {width: 35%; height: 50%; position: absolute; top: 20px; left:55%;}
	.feature-side .headline-block {display:table; height: 100%; color: #ffffff; border-radius: 13px; border-bottom-right-radius: 0;}
	.feature-side .headline-block div {display:table-cell;vertical-align:middle;}
	.feature-side h2 {margin: 0 0 0 15px; display: inline-block; color: #ffffff;}
	
	.feature-side .buttons {height: auto; float: right; display:table; }
	.feature-side .buttons div {display:table-cell;vertical-align:middle;}

	.feature-side .buttons a {
		border-radius: 0;
		font-size: 14px;
		padding: 12px 12px;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		text-align: center;
		overflow-wrap: break-word;
	}
	
	.feature-side .buttons .learn-more-arrow a {
		padding: 12px 12px;
	}
}

@media (min-width: 992px) {

	.feature-section-image-behind  {
		max-width: 55%;
		margin-left: 90px;
	}
	
  	.feature-section-image-behind p {width: 100%;}

  	.feature-side {width: 30%; height: 50%; position: absolute; top: 20px; left:50%;}

}

@media (min-width: 1200px) {

	.feature-section-image-behind  {
		max-width: 55%;

		margin-left: 150px;
	}
	
  	.feature-side {left:50%;}

}


