.header-dispatch2{
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.header-dispatch2 h1{
  text-align: left;
  white-space: pre-wrap;
  margin-right: -5px;
}
.dispatch2 .bloc-intro{
  padding: 37px 0 63px;
}
.section-list-dispatch2{
  margin-bottom: 40px;
}
.section-list-dispatch2 .wrapper-push{
  position: relative;
  padding-top: 100%;
  margin-bottom: 30px;
  color: #fff;
}
.section-list-dispatch2 .title-push{
  padding: 0 10px; 
}

@media (max-width: 991px){
  .header-dispatch2{
    height: 250px;
  }
  .header-dispatch2 h1{
    text-align: center;
  }
  .dispatch2 .bloc-intro{
    padding: 17px 0 43px;
  }
  .section-list-dispatch2{
    margin-bottom: 30px;
  }
  .section-list-dispatch2 .wrapper-push{
    margin-bottom: 20px;
  }
  .header-dispatch2 .inline-blocks .col{
    display: block;
  }
}