.find-out-btn-row > a {
  background-color: #3498DB !important;
  line-height: 1.5 !important;
  border-color: #3498DB !important;
  border-radius: 4px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.revert-btn-row > a {
  line-height: 1.5 !important;
  border-radius: 4px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.plan-table .plan-list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.plan-table .plan-list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  line-height: 1;
  min-height: 75px;
}

.plan-table .plan-list-first {
  display: none;
}

.plan-table .plan-list-item:last-child {
  min-height: 100px;
  justify-content: center;
}

.plan-table .plan-list-first .plan-list-item {
  justify-content: flex-start;
  font-size: 16px;
}

.plan-table .plan-title, .plan-table .plan-subtitle, .plan-table .plan-content {
  width: 100%;
}

.plan-title {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .plan-table .plan-subtitle {
    display: none;
  }

  .plan-table .plan-list-first {
    display: block;
  }

  .plan-table .plan-list-item {
    justify-content: center;
  }
}

