.elementor .e-c1df4d6-fc4d189{flex-direction:column;/* ==========================================================
 COMPONENT
 SectionCompare

 Version : 2.0.0
 Status  : Presentation Final
========================================================== */

selector{

  position:relative !important;

  width:100% !important;

  overflow:hidden !important;

  padding:140px 0 130px !important;

  background:

      radial-gradient(
          circle at top left,
          rgba(20,124,188,.045),
          transparent 34%
      ),

      radial-gradient(
          circle at bottom right,
          rgba(15,106,78,.055),
          transparent 42%
      ),

      linear-gradient(
          180deg,
          #F7FAF5 0%,
          #F3F7F9 42%,
          #EEF4F7 100%
      ) !important;

}


/* ==========================================================
 DECORATION TOP RIGHT
========================================================== */

selector::before{

  content:"";

  position:absolute;

  top:-220px;

  right:-220px;

  width:640px;

  height:640px;

  border-radius:50%;

  background:

      radial-gradient(

          circle,

          rgba(126,163,64,.08),

          rgba(126,163,64,.03) 42%,

          transparent 72%

      );

  filter:blur(18px);

  pointer-events:none;

}


/* ==========================================================
 DECORATION BOTTOM LEFT
========================================================== */

selector::after{

  content:"";

  position:absolute;

  left:-260px;

  bottom:-240px;

  width:720px;

  height:720px;

  border-radius:50%;

  background:

      radial-gradient(

          circle,

          rgba(20,124,188,.055),

          rgba(20,124,188,.025) 40%,

          transparent 74%

      );

  filter:blur(26px);

  pointer-events:none;

}


/* ==========================================================
 LARGE DESKTOP
========================================================== */

@media(max-width:1440px){

selector{

  padding:130px 0 120px !important;

}

}


/* ==========================================================
 NOTEBOOK
========================================================== */

@media(max-width:1200px){

selector{

  padding:115px 0 !important;

}

}


/* ==========================================================
 TABLET
========================================================== */

@media(max-width:1024px){

selector{

  padding:95px 0 !important;

}

}


/* ==========================================================
 MOBILE
========================================================== */

@media(max-width:767px){

selector{

  padding:75px 0 !important;

}

}\n}