.elementor-28029 .elementor-element.elementor-element-4d267639{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-37480399 */table {
    width: 100%;
    font-family: Arial, sans-serif;
    border: 3px solid #009e59; 
    color: #000000;
  }

  th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd; 
  }

 
  th {
    background-color: #009e59;
    width: 100%;
    color:#ffffff !important;
  }

  tr:nth-child(even) {background-color: #f0f0f0;} 
  tr:nth-child(odd) {background-color: white;}

  
 
  @media screen and (max-width: 600px) {
    table {
      width: 100%;
      border:3px solid #009e59;
    }
    thead {
      display: block;
    }
    tr {
      display: block;
      margin-bottom: 10px;
    }
    td {
      display: block;
      text-align: left;
      font-size: 13px;
      padding: 12px;
    }
     th {
      width: 410px;
    }
  }/* End custom CSS */