@media only screen and (min-width: 768px) {
.five-columns.vc_row .vc_col-sm-2 { 
	  float: left;
	  width: 18.8%;
	 
	  margin-right: 1.5%; 
	
	}
	
.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
     margin-right: 0;
}
}