.product-market-place {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.product-market-place li img {
  width: 100%;
  height: auto;
}
