/* XBoard subscription plans: content-width-aware tablet/desktop grid */
@media (min-width: 901px) and (max-width: 1320px) {
  .theme-industrial .membership-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .theme-industrial .membership-plan-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
