.diplome {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.diplome img {
  max-width: 500px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}