.feature_description {

}
.package--details button {
  background: none;
  border: none;
  color: #f15d22;
}
.packages__module .packages {
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem .5rem;
  max-width: calc(calc(76ch + 4rem) * 2);
  position: relative;
}

.packages__module .package {
  width: 20rem;
  filter: drop-shadow( 0 0.5rem 1rem rgba(0, 0, 0, 0.15) );
  position: relative;
  display: flex;
  padding-top: 2rem;
  flex-direction: column;
  text-align: center;
  --accent-color: #135515;
}

.packages__module .package.featured {
  z-index: 2;
  transform: scale(1.1);
  --accent-color: #f15d22;
}

.packages__module .package .content {
  padding: 2rem 1rem;
}

.packages__module h3 {
  background:var(--accent-color);
  color: white;
  padding: 2rem;
  margin-bottom: 0;
  border-radius: 9px 9px 0 0;
}
.packages__module h3 small, .packages__module .h3 small, .packages__module h3 .small, .packages__module .h3 .small {
  font-size: 1rem;
  display: block;
}

.packages__module .package--pricing {
  display: flex;
  flex-direction: column;
  background: white;
}

.packages__module .package--qualifier {
  margin-bottom: -.5rem;
}

.packages__module .package--price {
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 700;
  color: #524632;
}

.packages__module .package--frequency {
  margin-top: -.5rem;
  font-size: 0.75rem;
}

.packages__module .package--description {
  margin-bottom: auto;
  color: #135515;
  background: #eff1f3;
}

.packages__module .package--actions {
  background: white;
  border-radius: 0 0 9px 9px;
}

.packages__module .package--details {
  margin-top: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, margin 1s, display 0s;
}

.packages__module .package--details svg {
  height: 1ch;
  width: 1ch;
}

.packages__module .package--details.open {
  margin-top: 4rem;
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.package-details {
  margin: 1rem;
}

.btn-link {
  color: #f15d22;
  font-weight: 400;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-link:hover, .btn-link: active {
  text-decoration: underline !important;
  color: #135515 !important;
}

.fineprint {
  text-align: center;
  margin: 4rem auto;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table {
  max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-left: 30px;
    padding-right: 30px;
    caption-side: bottom;
    border-collapse: collapse;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table>thead {
    vertical-align: bottom;
}
.table>tbody {
    vertical-align: inherit;
}
.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}