@media screen and (max-width: 480px) {
  html, body {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .card-title {
    font-size: 0.62rem;
  }

  .table-pola tr td {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 850px) and (orientation: landscape) {
  html, body {
    max-width: 100%;
    overflow-x: hidden !important;
  }
}
