.elementor-12391 .elementor-element.elementor-element-05bf432{--display:flex;}.elementor-12391 .elementor-element.elementor-element-e0ea4af{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-8d16f3f */@media (max-width: 768px) {

  .solar-table thead {
    display: none;
  }

  .solar-table,
  .solar-table tbody,
  .solar-table tr,
  .solar-table td {
    display: block;
    width: 100%;
  }

  .solar-table tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
  }

  .solar-table td {
    padding: 12px 0;
    padding-left: 48%;
    position: relative;
    border-bottom: 1px solid #eee;
  }

  .solar-table td:last-child {
    border-bottom: none;
  }

  .solar-table td:before {
    position: absolute;
    left: 0;
    width: 45%;
    font-weight: 600;
    content: attr(data-label);
  }
}/* End custom CSS */