style1.experiencebox{
	width:100%!important;
}
/*========== STYLE 2 ==============*/
.style2.featurebox{
	padding: 30px 35px;
	border: 1px solid #e7e7e7;
}
.style2.featurebox:hover{
	box-shadow: -3px 3px 15px 0px rgba(0,0,0,.08);
	-webkit-box-shadow: -3px 3px 15px 0px rgba(0,0,0,.08);
	-moz-box-shadow: -3px 3px 15px 0px rgba(0,0,0,.08);
}
.style2.featurebox h4{
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.style2.featurebox h4 img{
	margin-right: 20px;
}
.style2.featurebox p{
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
@media screen and (max-width: 991px){
	.style2.featurebox{
		margin-bottom: 30px;
	}
}