section:not(:last-child) {
  margin-bottom: 6%;
}
@media (min-width: 545px) {
  section:not(:last-child) {
    margin-bottom: 4%;
  }
}

/* HIDE BREADCRUMBS */
@media only screen and (min-width: 501px) {
  .category-breadcrumbs-container {
    position: absolute;
    left: -9999px;
    height: 1px;
  }
}
section {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5rem;
}

.pro-table table {
  width: 100%;
}
.pro-table table td, .pro-table table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.pro-table table th {
  font-size: 1rem;
}
.pro-table table td {
  font-size: 0.9rem;
}
.pro-table table td.discount {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}
.pro-table table td .discount__disclaimer {
  font-size: 0.85rem;
  color: #666;
}

.article__faq {
  padding: 1em;
  border: 1px solid #dddddd;
}
@media (min-width: 545px) {
  .article__faq {
    padding: 2em;
  }
}
.article__faq h2 {
  font-size: 28px;
}
.article__faq .faq {
  margin: 1em 0.5em;
}
@media (min-width: 545px) {
  .article__faq .faq {
    margin: 2em 1em;
  }
}
.article__faq .faq h3 {
  font-size: 22px;
}
