@media (min-width: 992px) {
    .yp-container--informations .yp-row--informations .yp-content--32610 ul {
        height: auto;
    }
  
  .yp-container--informations .yp-row--informations .yp-content--32610 ul li:nth-child(-n+4) {
    padding-right: 1rem;
  }
  
  .yp-container--prestations .yp-row--prestations .yp-col--prestations-2 .yp-extension {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .yp-container--header .yp-row--header {
    padding: 0;
  }
  
  .yp-container--informations .yp-col--informations-1 .yp-content--32610 ul li {
    padding-left: 0;
    padding-right: 0;
  }
}