.elementor-kit-4165{--e-global-color-primary:#F4020E;--e-global-color-secondary:#4C4A4B;--e-global-color-text:#000000;--e-global-color-accent:#B79F3D;--e-global-color-a0ff505:#E0E0E0;--e-global-color-79961d2f:#23A455;--e-global-color-55097f3f:#000;--e-global-color-8ccc4f8:#FFF;--e-global-color-abaeda3:#27282A;--e-global-color-28f17b1:#70007C;--e-global-color-1645b42:#a52428;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;}.elementor-kit-4165 h1{color:var( --e-global-color-1645b42 );}.elementor-kit-4165 h2{color:var( --e-global-color-1645b42 );}.elementor-kit-4165 h3{color:var( --e-global-color-1645b42 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-4165 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */ul.alt {
  list-style: none; /* Remove default bullets */
}

ul.alt li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #eb2009; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size: 2em;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em /* Also needed for space (tweak if needed) */
}/* End custom CSS */