.elementor-1767 .elementor-element.elementor-element-855c77b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-1767 .elementor-element.elementor-element-337a377 .title{color:#33B89B;}.elementor-1767 .elementor-element.elementor-element-9725c86{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}/* Start custom CSS for html, class: .elementor-element-9725c86 */.specs-wrap{
    max-width:100%;
    margin:auto;
    border:1px solid #e6e6e6;
  }

  table{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    font-size:14px;
    color:#444;
  }

  /* HEADER */
  thead th{
    background:#efefef;
    color:#33B89B;
    text-align:left;
    padding:14px 18px;
    text-transform:uppercase;
    border-bottom:1px solid #e6e6e6;
  }

  td{
    padding:14px 18px;
    border-bottom:1px solid #e6e6e6;
    vertical-align:middle;
  }

  /* LEFT COLUMN (short) */
  td.label{
    color:#777;
    border-right:1px solid #e6e6e6;
    white-space:nowrap;
  }

  /* ZEBRA */
  tbody tr:nth-child(even) td{
    background:#f3f3f3;
  }

  tbody tr:last-child td{
    border-bottom:none;
  }

  /* MOBILE */
  @media (max-width:600px){
    table, tr, td, th{
      display:block;
      width:100%;
    }

    td.label{
      border-right:none;
      font-weight:600;
      padding-bottom:6px;
      background:transparent!important;
    }

    td.value{
      padding-top:0;
    }
  }/* End custom CSS */