.elementor-82 .elementor-element.elementor-element-6b7c412{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-82 .elementor-element.elementor-element-5ad02f4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c56d429 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: linear-gradient(
    135deg,
    #f8f7fb,
    #f1effa
  );
  color: #1f1b2e;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* WRAPPER */
.wrapper {
  width: 90%;
  max-width: 720px;
}

/* CARD */
.card {
  background: linear-gradient(
    145deg,
    #ffffff,
    #f5f3ff
  );
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 22px;
  padding: 60px 55px;
  text-align: center;
  box-shadow:
    0 20px 40px rgba(76, 29, 149, 0.12);
}

/* ICON */
.icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    #312e81,
    #4c1d95,
    #6d284d
  );
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HEADLINE */
h1 {
  font-size: 34px;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
  color: #1e1b4b;
}

/* TEXT */
p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #3b3561;
}

.lead {
  font-size: 18px;
  color: #2f2a55;
}

/* NOTE */
.note {
  margin-top: 28px;
  padding: 18px 20px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(79, 70, 229, 0.08),
    rgba(124, 58, 237, 0.08)
  );
  color: #2f2a55;
  font-size: 15px;
}

/* RESPONSIVE */
@media (max-width: 640px) {
  .card {
    padding: 45px 30px;
  }

  h1 {
    font-size: 28px;
  }
}/* End custom CSS */