.elementor-835 .elementor-element.elementor-element-7147d79 > .elementor-container{max-width:1770px;}.elementor-835 .elementor-element.elementor-element-7147d79 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-835 .elementor-element.elementor-element-7147d79{margin-top:0px;margin-bottom:15px;}.elementor-835 .elementor-element.elementor-element-671cf89 > .elementor-element-populated{margin:0px 30px 0px 0px;--e-column-margin-right:30px;--e-column-margin-left:0px;}/* Start custom CSS for shortcode, class: .elementor-element-57b293c */.my-custom-table {
  width: 50%; /* Adjust the width as needed, set to 100% to use full width available */
  border-collapse: collapse; /* Collapse borders for a clean table look */
}

.my-custom-table th, .my-custom-table td {
  padding: 8px !important; /* Add padding inside the cells */
  border: 1px solid #ddd; /* Add borders to the table, th, and td elements */
  width: 50%; /* Set each cell to take up half the table's width */
  box-sizing: border-box; /* Ensure padding and border are included in the width */
  text-align: left !important; /* Align text to the left */
  padding-left: 15px !important; /* Create space between text and border, use !important if necessary */
}

/* Shade the first column */
.my-custom-table td:first-child {
  background-color: #f9f9f9;
}

/* Ensure text is aligned to the left with padding */
.my-custom-table td {
  background-color: #fff; /* Set the second column background to white */
}

/* Remove the background color from headers if necessary */
.my-custom-table th {
  background-color: transparent;
}/* End custom CSS */