#time h2 {
  font-weight: bolder;
  font-size: 2em;
}

#time .subtitle {
  font-size: 1.5em;
}

#analyse {
  clip-path: polygon(0 10vh, 100% 0%, 100% 100%, 0% 100%);
}

#analyse img {
  object-fit: cover;
  height: 300px;
}

#services #deontologie {
  text-align: center;
  font-style: italic;
}

@media screen and (min-width: 1024px) {
  #time .paragraphs, #services .columns {
    display: flex;
  }

  #services > div > div {
    width: 50%;
  }

  #time .paragraphs p:nth-child(1) {
    margin-right: 2em;
  }

  #time .paragraphs p:nth-child(2) {
    margin-left: 2em;
  }
}