@media (max-width: 767px) {
  .gem-table.gem-table-style-1 td,
  .gem-table.gem-table-style-1 td h3,
  .gem-table.gem-table-style-1 td h4,
  .gem-table.gem-table-style-1 th h4 {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }
  .gem-table.gem-table-style-1 td,
  .gem-table.gem-table-style-1 th {
    padding: 3px !important;
  }
}

@media (max-width: 480px) {
  .gem-table.gem-table-style-1 td,
  .gem-table.gem-table-style-1 td h3,
  .gem-table.gem-table-style-1 td h4,
  .gem-table.gem-table-style-1 th h4 {
    font-size: 11px !important;
    line-height: 1.15 !important;
  }
  .gem-table.gem-table-style-1 td,
  .gem-table.gem-table-style-1 th {
    padding: 2px !important;
  }
}