@media (min-width: 768px) {
  .product-specification-table--rows-columns .row > .col-md-6 {
    flex: 0 0 auto;
    width: 33.3333%;
  }
}