.multiple-ctas {
  padding: 6.4rem 0;
}
@media screen and (min-width: 992px) {
  .multiple-ctas {
    padding: 10rem 0;
  }
}
.multiple-ctas.advocacy-multi-ctas {
  padding: 4.8rem 0;
}
@media screen and (min-width: 992px) {
  .multiple-ctas.advocacy-multi-ctas {
    padding: 10rem 0;
  }
}
.multiple-ctas .left-content {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 992px) {
  .multiple-ctas .left-content {
    margin-bottom: 0;
  }
}
.multiple-ctas .left-content h1 {
  margin-bottom: 2.4rem;
}
.multiple-ctas .left-content h3 {
  margin: 0;
}
.multiple-ctas .cta-group {
  display: flex;
  flex-direction: column;
  padding: 3.2rem 1.6rem;
  border-bottom: 1px solid var(--Neutral-Black, #161616);
  gap: 2.4rem;
}
.multiple-ctas .cta-group h4 {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .multiple-ctas .cta-group {
    flex-direction: row;
    justify-content: space-between;
  }
}

html[lang=fr-FR] .multiple-ctas .link .btn-arrow {
  text-align: left;
}/*# sourceMappingURL=style.css.map */