.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-548d602:#FFFFFF;--e-global-color-cec39e9:#B8860B;--e-global-color-5bf5987:#936B09;--e-global-color-c9c529e:#815E08;--e-global-color-9ed094c:#A6790A;--e-global-color-7fffac0:#172749;--e-global-color-cb0c6f5:#000000;--e-global-color-ff622e2:#BDB6A4;--e-global-color-b12931f:#ECE3CD;--e-global-color-e13a265:#7A7A7A;--e-global-color-66414a1:#B37300;--e-global-color-a6356ed:#1727490D;--e-global-color-7eb528f:#ECE3CD47;--e-global-color-2487e13:#CCC5B2;--e-global-color-225e4cc:#D9D8D8;--e-global-color-4144818:#010C24;--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;--e-global-typography-62eb97a-font-family:"Andada Pro";--e-global-typography-62eb97a-font-size:19px;--e-global-typography-62eb97a-font-weight:100;--e-global-typography-62eb97a-text-transform:uppercase;--e-global-typography-62eb97a-letter-spacing:2.8px;--e-global-typography-62eb97a-word-spacing:3px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.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);}@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 *//* Set up your grid container */
.custom-faq-grid {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr; /* 2-column layout */
  gap: 10px; /* smaller space between items */
  padding: 0;
  margin: 0;
}

/* Apply to each FAQ box */
.custom-faq-grid > * {
  margin: 0 !important;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: auto;
  align-self: start;
}/* End custom CSS */