.et_pb_section.et_pb_section_4_tb_header.cta_fixed_section.et_section_regular {
  display: none;
}

.my-custom-list ul {
  list-style-type: none;
  /* Remove default bullet points */
}

.my-custom-list ul li:before {
  content: '\e052';
  /* Example: Checkmark from ETMODULES (Unicode value for a checkmark) */
  font-family: 'ETMODULES';
  /* Use the Divi icon font */
  color: #ffffff;
  /* Choose your desired color */
  font-size: 1em;
  /* Adjust the size as needed */
					margin-right: 10px;
}
my-custom-list ul li {
       text-indent: 30px; /* Adjust the value as needed */
   }