@media only screen and (max-width:767px) and (min-width:481px){
	.contact_info{
		text-align: center;
	}
	.feature_wrapper{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.whychoose .col-md-2{
		width: 50%;
		max-width: 50%;
	}
	.footer_wrapper .content, 
	.footer_wrapper .col-md-2 ul 
	{
    	margin-top: 6px;
    	margin-bottom: 20px;
	}
	.abt_content .col-md-6 {
    	margin-bottom: 20px;
	}
}