  @media screen and (min-width: 768px) {
	  
	  .section-recruit .content{
	width: 1000px;
}

.section-features .content{
	width: 1000px;
}
	
}
  @media screen and (max-width: 767px) {
  .splistnone{
		  display: none;
	  }
}