ul.product-shopping-benefits {
  color: var(--color-subtle);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1.25em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;

  @media only screen and (min-width: 768px) {
    font-size: 0.875rem;
  }

  li {
    display: inline;
  }

  li:not(:last-child)::after {
    content: "•";
    margin: 0 0.5em;
  }
}
