@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) {

  .prendre-rdv p {
    font-size: calc(18px + 0.2vh);
  }

  .service p {
    font-size: calc(14px + 0.2vh);
  }
}
