.contenu-produit-labels {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: auto;
}

.contenu-produit-labels-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  width: auto;
  max-width: 100%;
  gap: var(--wp--preset--spacing--1) var(--wp--preset--spacing--7);
}

.contenu-produit-labels-items img {
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .contenu-produit-labels-items {
    gap: var(--wp--preset--spacing--1) var(--wp--preset--spacing--2);
  }

  .contenu-produit-labels-items img {
    max-width: 120px;
    max-height: 120px;
  }
}