ul {
  list-style: none;
  padding: 0;
}

.title-service + ul li {
  font-size: 0.8em;
}

.title-service {
  border-bottom: solid 1.5px #EE174A;
  font-weight: 700;
}

.services-illu-visuel {
  background-image: url("../medias/serivice/rondache.png");
  background-repeat: no-repeat;
  border-bottom-right-radius: 15px;
  width: 122%;
  height: 83%;
  margin: auto;
}

.services-illu-print {
  background-image: url("../medias/serivice/flyer.png");
  background-repeat: no-repeat;
  border-bottom-right-radius: 15px;
  width: 77%;
  height: 81%;
  margin: auto;
}

.services-illu-web {
  background-image: url("../medias/serivice/ordi\ copy.png");
  background-repeat: no-repeat;
  border-bottom-right-radius: 15px;
  width: 80%;
  height: 80%;
  margin: auto;
}

.services-illu-support-video {
  background-image: url("../medias/serivice/famille.png");
  background-repeat: no-repeat;
  border-bottom-right-radius: 15px;
  width: 75%;
  height: 82%;
  margin: auto;
}

@media only screen and (max-width: 768px) {

  .container p {
    width: 70%;
  }

  h2 {
    margin-top: 2rem;
  }
  .container h2,
  .container p {
    margin-left: 1rem;
  }

  .services-illu-visuel,
  .services-illu-print,
  .services-illu-web,
  .services-illu-support-video {
    background-size: 100%;
  }

  .services-illu-visuel {
    width: 88%;
    height: 53%;
  }

  .services-illu-print {
    height: 70%;
  }

  .services-illu-web {
    height: 67%;
  }

  .services-illu-support-video {
      width: 70%;
      height: 67%;
  }
}
