@media only screen and (max-width: 980px) {
    div.navigation.w-nav {
        margin-top: 1em !important;
    }
	
	.features-wrapper {
		width: 25%;
		height: 100% !important;
		margin-top: 1px;
		margin-bottom: 8px;
		margin-left: -1px;
		padding: 23px 23px 26px;
		float: left;
		border: 1px solid #ebebeb;
	}
	
	.w-nav-menu {
		margin: 0em 0em 3em 0em !important;
		padding: 1em 0em 1em 0em !important;
	}
	
	.mobile_padding {
		padding:1em !important;
	}
		
}