@media only screen and (min-width: 768px) {
  .highlight-ingredients--wrapper {
    .carousel--root[data-mobile-only=true] .carousel--container  {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 22%;
    justify-content: center;
    }
  }
}

.highlight-ingredients--item--media {
  width: 50%;
  justify-self: center;
  align-self: center;
}