@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    padding: 10px;
  }
  table, .container, .wrapper {
    width: 100% !important;
    display: block;
    overflow-x: auto;
  }
  .btn, .input, select, input, textarea {
    width: 100% !important;
    margin-bottom: 10px;
  }
  h1, h2, h3 {
    font-size: 1.5rem;
  }
}