.notre-histoire img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.notre-histoire h4  {
  padding: 20px 40px;
}
.notre-histoire article {
  padding: 0 40px;
  width: calc( 100% - ( 40px * 2 ) );
}


@media (width < 1200px) {
  .notre-histoire img {
    height: 550px;
  }
}