.specification_table {
    border: 2px solid white;
  text-align:center
}

.specification_td_label {
    padding:20px 0px;
    background-color: #0c243d;
    color: #fff;
    width: 200px;
    font-weight: 750;
}

.specification_td_vaule {
      width: 200px;
  font-weight:500;
  filter:opacity(0.8);
}

.spe_end_border {
    border-inline-end: 2px solid white;
}

.spe_bottom {
    border-bottom: 3px solid white;
}