.elementor-2507 .elementor-element.elementor-element-145537bc{--display:flex;}/* Start custom CSS for wd_tabs, class: .elementor-element-10aacf8 */.two-columns {
    display: flex;
    flex-wrap: wrap; /* Allows child elements to wrap as needed */
    margin: 0 -15px; /* Adjust spacing around columns */
  }

  .two-columns .column {
    padding: 0 15px; /* Adjust spacing inside columns */
    flex: 1; /* Makes each column take up equal width */
  }

  /* Media query for devices with a max width of 768px */
  @media (max-width: 768px) {
    .two-columns {
      flex-direction: column; /* Stacks the .column elements vertically */
    }
    
  }/* End custom CSS */
/* Start custom CSS */.two-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px; /* Adjust the negative margin to control the space between the columns */
}

.two-columns .column {
    flex: 1;
    padding: 0 20px; /* This padding creates the space between the columns */
}/* End custom CSS */