@media screen and (min-width: 1001px) {
  #main-product .column-left {
    width: 50%;
  }
  
  #main-product .column-right {
    width: 50%;
  }
}