#policy { max-width: 850px; margin: auto; padding-top: 30px; }

@media screen and (max-width: 480px) {
  #policy { width: 94%; margin: auto; padding-top: 30px; }
  #policy table { width: 100%; }
  #policy th, #policy td { display: block; width: 100% !important; }
  #policy th { padding-bottom: 0px !important; }
  #payment_method th, #shipping_method th { display: none; }
}