@media (max-width: 1024px) {
  .n-business{
	  overflow: hidden;
	  display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .n-business{
  	  overflow: hidden;
  	  display: none !important;
  }
}