.product-specifications-container {
  padding-top:30px;
}
.product-specifications-container  h2 {
  margin:0px;
  margin-bottom:2rem;
}

.product-specifications-table  {
   width:100%;
   border-collapse:collapse;
}

.product-specifications-table   tr {
  border-bottom:1px solid #fff;
}
.product-specifications-table   tr  td {
   width:50%;
   padding:5px 0px;
}