.subscribe {
  display: flex;
  flex-direction: row-reverse;
}

.stripe-table {
  border-right: var(--border-page-title);
  margin-right: 4rem;
  padding-right: 4rem;
}

.subscribe h3:not(:first-of-type, :last-of-type) {
  margin-top: 1.5rem;
}

.faq {
  padding: .5rem 0;
}

.faq__question {
  font-weight: bold;
}
