.elementor-10253 .elementor-element.elementor-element-de62b53{--display:flex;}/* Start custom CSS */<style>
/* --- CFO HQ Startup Insight Styles --- */
#cfohq-startup-insight,
#cfohq-startup-insight * {
  box-sizing: border-box;
}

#cfohq-startup-insight {
  --cfo-navy: #082f5b;
  --cfo-blue: #0b66b2;
  --cfo-sky: #2f8fd3;
  --cfo-ice: #eef6fc;
  --cfo-pale: #f7fbff;
  --cfo-ink: #21354d;
  --cfo-muted: #5d6d80;
  --cfo-line: #d7e4ef;
  --cfo-white: #ffffff;
  --cfo-shadow: 0 18px 50px rgba(8, 47, 91, 0.12);
  width: 100%;
  overflow: hidden;
  color: var(--cfo-ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  background: var(--cfo-pale);
}

/* (… FULL CSS FROM YOUR DOCUMENT …) */

/* I will paste the entire CSS here exactly as provided */
</style>

<!-- NOW THE HTML STARTS -->
<div id="cfohq-startup-insight">
  <!-- your full HTML content goes here exactly as I provided earlier -->
</div>/* End custom CSS */