#section_category_menu {
  width: 100%;
}

#section_category_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

#section_category_menu ul li {
  text-align: center;
  margin-bottom: 20px;
}
