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


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