.conteneur-entites {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;

  @media screen and (min-width: 768px) {
    justify-content: space-around;
  }

  img {
    max-width: 150px;
    max-height: 63px;
    align-self: center;
  }
}
