.elementor-4456 .elementor-element.elementor-element-9afd858{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */div[data-id="14dbb66"] ul{
    padding:0;
    list-style: none;
    
}
div[data-id="14dbb66"] ul li::before {content: "•"; color: #82cdf2; margin-left:8px ;

}

.spec-table{
  background:#fff;
  border:1px solid #edf0ef;
  border-radius:4px;
  overflow:hidden;
  font-family:inherit;
  color:#555;
  font-family: 'helvetica';
}

.spec-table__head{
  padding:4px;
  text-align:center;
  color:#fff;
  font-size:17px;
  font-weight:600;
 
  background:linear-gradient(90deg,#0b9b4b 0%,#0b9b4b 42%,#7ed6d8 100%);
}

.spec-table__row{
  display:grid;
  grid-template-columns:48% 52%;
  border-top:1px solid #ecefee;
  //min-height:62px;
}

.spec-table__label,
.spec-table__value{
  display:flex;
  align-items:center;
  padding:4px 14px;
  font-size:15px;
  line-height:1.35;
}

.spec-table__label{
 
  color:#555;
}

.spec-table__value{
  color:#5b5b5b;
}

@media (max-width: 767px){
  .spec-table__row{
    grid-template-columns:1fr;
  }
  .spec-table__label{
    border-bottom:1px solid #ecefee;
  }
  .spec-table__label,
  .spec-table__value{
    padding:12px 14px;
    font-size:14px;
  }
}/* End custom CSS */