/* -------------------------------- */
/* ------  PAGES EXPERTISES  ------ */
/* -------------------------------- */

.section-expertise-presentation {
  padding: 6vh 0 0;
}

.bloc-presentation--right {
  margin-left: auto;
  padding: 2.5rem 1rem;
}
.bloc-presentation--right .h2 {
  font-size: 2.25rem;
}
.bloc-presentation--right :is(ul,ol) {
  text-align: left;
}
.section-reassurance--expertise {
  padding-top: max(3rem,7vh);
}

@media (max-width: 1200px) {
  .bloc-presentation--right .h2 {
    font-size: 1.75rem;
  }
}
