.elementor-kit-6{--e-global-color-primary:#2C3189;--e-global-color-secondary:#99AA39;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-ff2862b:#F2F2F2;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto";--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;font-family:"Rubik", Sans-serif;font-size:20px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Rubik", Sans-serif;}.elementor-kit-6 h2{color:var( --e-global-color-primary );}.elementor-kit-6 h5{color:var( --e-global-color-accent );font-size:17px;font-weight:400;line-height:2.5em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:17px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Target unordered lists (<ul>) within your Elementor content */
.elementor-widget-container ul {
  margin-bottom: 20px; /* Adjust 20px to your desired spacing */
}

/* Target ordered lists (<ol>) within your Elementor content (if you use them too) */
.elementor-widget-container ol {
  margin-bottom: 20px; /* Adjust 20px to your desired spacing */
}


/*  More specific targeting (if needed): If you have multiple lists and only want to affect certain ones,  you can add a CSS class to the specific widget containing the list in Elementor and target that class. For example: */

.my-custom-list-spacing ul {  /* Replace 'my-custom-list-spacing' with the class you add */
    margin-bottom: 30px;
}

.my-custom-list-spacing ol {  /* Replace 'my-custom-list-spacing' with the class you add */
    margin-bottom: 30px;
}/* End custom CSS */