.item-list ul li {
  color: #828282;
  display: block;
  float: left;
  margin: 20px 0 10px;
  text-align: center;
  width: 33%;
}

.item-list ul {
list-style:none;
}