.aurora-feature-item {
	padding: 50px 25px;
	background: #fafafa;
	position: relative;
}

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

.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%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aurora-feature-item .hh-logo {
	width: 33%;
	height: auto;
	filter: drop-shadow(0 1px 3px);
}

.aurora-feature-item .hh-logo svg{
	width:100%;
	height:100%;
}

.aurora-feature-item .rhs {
	display: flex;
	align-items: center;
	padding: 5%;
	background: #0c1f2c;
	color: #fff;
}

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

@media screen and (max-width:860px){
	.aurora-feature-item .aurora-row{
		flex-direction:column;
	}
	.aurora-feature-item .lhs,
	.aurora-feature-item .rhs{
		width:100%;
	}
	.aurora-feature-item .hh-logo{
		margin:90px 0;
	}
}
