section.services{
  padding-top: 50px;
  padding-bottom: 100px;
}

section.services h2{
  font-size: 26px;
  font-weight: 400;
  padding-top: 40px;
  padding-bottom: 10px;
  line-height: normal;
}
section.services ul li{
  padding-left: 15px;
  position: relative;
}
section.services ul li::after{
  content:">";
  color: #E00420;
  position: absolute;
  font-weight: 500;
  top: -1px;
  left: 0;
}
section.services a.gloden{
  color: #E00420;
}
section.services a.gloden, section.services span.partenaire{
  font-weight: 500;
}
section.services img.d_services{
  max-width: 100%;
  border: 1px solid #dfe1e5;
  padding: 5px;
  background-color: #ffffff;
}

@media (max-width: 991px){
  section.services img.d_services{
    margin-top: 30px;
  }
}
@media (max-width: 767px){
  section.services{
    padding-bottom: 60px;
  }
  section.services h2{
    font-size: 20px;
    padding-top: 30px;
  }
}