.aurora-feature-item {
}

.aurora-feature-item .row {
	border-radius: 8px;
	overflow: hidden;
	align-items: stretch;
	box-shadow: 0 2px 36px rgba(0,0,0,0.2);
}

.aurora-feature-item .lhs,
.aurora-feature-item .rhs{
	width:50%;
	position:relative;
}

.aurora-feature-item .lhs .image{
	width:100%;
	background-size:cover;
	background-position:center;
	height:100%;
}

.aurora-feature-item .rhs{
	display:flex;
	align-items:center;
	padding:5%;
}

.aurora-feature-item .icon{
	color:pink;
	font-size:3em;
	
}

@media screen and (max-width:860px){
	.aurora-feature-item .row{
		flex-direction:column;
	}
	.aurora-feature-item .lhs,
	.aurora-feature-item .rhs{
		width:100%;
	}
	.aurora-feature-item .lhs .image{
		padding-bottom:56%;
	}
}
