@media only screen and (min-width: 601px){
ul.newITul{
	justify-content: start !important;
}
ul.newITul li{width: 33.3333% !important;}
ul.newITul li:nth-child(-n+3){
	padding-bottom: 40px !important;
	border-bottom: 1px solid #dddddd;
}
ul.newITul li:nth-child(n+4){
	padding-top: 40px !important;
	padding-bottom: 0;
	border-bottom: none !important;
}
ul.newITul li:nth-child(3n){border-right: none !important;}
ul.newITul li:nth-child(5){border-right: 1px solid #dddddd !important;}
}

@media only screen and (max-width: 600px){

ul.newITul{
	justify-content: center !important;
}
ul.newITul li.newmiddle{
	border-bottom: 1px solid #dddddd !important;
}
ul.newITul li.newlast{
	border: none !important;
}
}