#fw-section-custom-html-e6a8d506-c749-42cf-863e-d915a7c6cae9 {

/* Center everything that lives in this Custom‑HTML section */
section[data-section-type="customHtml"]{
  display:flex;
  justify-content:center;   /* horizontal */
  align-items:center;       /* optional vertical */
}

/* (Optional) Stop the form stretching too wide on big monitors */
section[data-section-type="customHtml"] > *{
  max-width:480px;
  width:100%;
}

}