main {
  padding-top: 119px;
  padding-bottom: 84px;
}
section {
  padding-top: 30px;
  padding-bottom: 23px;
}
section p {
  margin-bottom: 18px;
}
.section1 {
  padding-bottom: 34px;
}
.section1 p {
  margin-top: 14px;
}
h1 {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
}
h2 {
  font-size: 1.2em;
}
h2,
h1 {
  padding-bottom: 10px;
}
main ul {
  list-style-position: inside;
  list-style-type: disc;
  margin-top: 14px;
  margin-bottom: 30px;
}
main .btn {
  text-transform: initial;
  padding: 12px 24px;
  margin-top: 20px;
}
main .responsable {
  margin-top: 40px;
}
main .responsable p {
  margin-bottom: 0;
}
.ordered-list {
  list-style-type: decimal;
}
@media only screen and (min-width: 1024px) {
  main {
    padding-top: 198px;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  main .responsable {
    padding-bottom: 50px;
  }
}
