

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	
	.nav-text  {
    padding: 0 10px 0 18px!important;
	}
	
	
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	.food-nav-item .nav-icon {
			width: 70px;
	}
	
	.nav-text  {
    padding: 0 10px 0 18px!important;
	}
	
	.nav-text h5, .nav-text .h5 {
    font-size: 18px;
	}
	
}

@media only screen and (max-width: 768px) {
	
		.dish-carousel {
				padding-right: 0px;
				padding-left: 0px;
		}
		
		.section-intro {
				padding: 0px 0 120px;
		}
}