/* Sticky table header for pricing comparison table */
.comparison-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}

.table-responsive {
  max-height: 1500px;
  overflow-y: auto;
}
