.product_menu_chem a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.product_menu_chem p {
  margin-bottom: 0;
}

.product_menu_chem p.description {
  font-weight: 400;
}

.product_menu_chem a:hover {
  background: #ededed;
}

span:contains("2381") {
  display: none;
}