ul.list_horizontal {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list_horizontal li {
  display: inline-block;
  text-align: center;
}