.Hero.__design-fond {
  min-height: 100vh!important;
}
.Hero.__design-fond .Hero__row {
  display: flex;
  gap: 2em;
}
.Hero.__design-fond .Hero__col {
  width: calc(50% - 1em);
  max-width: calc(50% - 1em);
  min-width: 300px;
  flex: 1;
}
.Hero.__design-fond .Hero__text_container {
  text-align: left!important;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.2), 0 0 60px rgba(0, 0, 0, 0.1), 0 0 90px rgba(0, 0, 0, 0.05);
}
.Hero.__design-fond .Hero__title {
  font-size: 3em;
}
.Hero.__design-fond .CTA {
  padding-left: 0!important;
}
/*# sourceMappingURL=xs.css.map */