.elementor-4037 .elementor-element.elementor-element-a813cf5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4037 .elementor-element.elementor-element-4bfb717{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-569122c */.spec-table{
  width: 100%;
  font-family: helvetica;
  direction: ltr; 
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.spec-table__header{
  background: #1f2b63;
   background-image: linear-gradient(to right, #181f48 ,  #27387c);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 2px 2px 0 0;
}

.spec-table__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #eef0f1;
  
}

.spec-item,
.spec-table__footer{
  background: #fff;
}

.spec-item{
  padding: 5px;
  box-sizing: border-box;
}

.spec-item__title{
  font-size: 14px;
  line-height: 1.2;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.spec-item__value{
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  color: #555;
}

.spec-table__footer{
  
  padding: 12px 14px 10px;
  border-top:2px solid #eef0f1;
  
}

.spec-table__footer .spec-item__title{
  margin-bottom: 6px;
}

@media (max-width: 767px){
  .spec-table__header{
    font-size: 20px;
    padding: 12px;
  }

  .spec-table__grid{
    grid-template-columns: 1fr;
  }

  .spec-item{
    min-height: auto;
  }
}/* End custom CSS */