.elementor .e-30a74ec{padding:0px;flex-direction:column;selector{
--vo-red: #ef233c;
--vo-purple: #7956b5;
--vo-blue: #3049a7;
--vo-navy: #111a43;
--vo-text: #3f465c;
--vo-muted: #6f7587;
--vo-border: rgba(34, 49, 103, 0.09);

/*position: relative;*/
isolation: isolate;
/*overflow: hidden;*/

padding: 80px 70px !important;

/*border: 1px solid var(--vo-border);*/

background:
  radial-gradient(
    circle at 95% 10%,
    rgba(103, 81, 181, 0.12),
    transparent 28%
  ),
  radial-gradient(
    circle at 5% 95%,
    rgba(239, 35, 60, 0.09),
    transparent 28%
  ),
  linear-gradient(
    135deg,
    #ffffff 0%,
    #fffafb 55%,
    #f7f6ff 100%
  );

/*box-shadow:*/
/*  0 25px 70px rgba(26, 38, 89, 0.11),*/
/*  inset 0 1px 0 rgba(255, 255, 255, 0.95);*/
}

/* Effet décoratif discret */

selector::before {
content: "";

position: absolute;
z-index: -1;

right: -90px;
bottom: -120px;

width: 410px;
height: 410px;

border-radius: 50%;

background:
  radial-gradient(
    circle,
    rgba(61, 76, 174, 0.12),
    transparent 68%
  );
}

selector::after {
content: "";

position: absolute;
z-index: -1;

left: 0;
bottom: 0;

width: 100%;
height: 110px;

opacity: 0.35;

background:
  linear-gradient(
    165deg,
    transparent 35%,
    rgba(239, 35, 60, 0.08) 36%,
    transparent 38%
  );
}

/* Largeur du contenu */

selector .et_pb_row {
width: 100%;
max-width: 1180px;
}\n}