/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

.su-pricing-table {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.su-pricing-table .su-column {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
