.product__section h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}

table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,table td{
  padding: 10px 10px;
  text-align: left;
}

table tr:nth-child(odd){
  background-color: #fff
}