.mise-en-service article {
  padding: 0 40px;
  width: calc( 100% - ( 40px * 2 ) );
}
.mise-en-service {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mise-en-service img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.livraison {
  background-color: #ecebed;
}
.livraison h5 {
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 2rem;
}


@media (width < 1200px) {
  .mise-en-service img {
    height: 550px;
  }
}