#border li{ text-align:center; padding:30px 0px; width:20%; float: left;height: 70px;}

@media screen and (min-width:768px) and (max-width:1023px){
	#border li{width:33%;}
}

@media screen and (min-width:414px) and (max-width:767px){
	#border li{width:50%;}
}
@media screen and (max-width:413px){
	#border li{width:50%;}
}