.elementor-9065 .elementor-element.elementor-element-6fbd4d9{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS */table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
}

table th,
table td {
  border: 1px solid #333;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

table thead {
  background-color: #f2f2f2;
  font-weight: bold;
}

table img {
  max-width: 100%;
  height: auto;
  display: block;
}/* End custom CSS */