.payment h2 {
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 640px) {
  .payment h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.payment-details {
  background-color: #1E2030;
  border-radius: 0.625rem;
}

.payment-details__header {
  justify-content: center;
}
.payment-details__header .block-icon img {
  width: 1.365rem;
}
@media only screen and (max-width: 640px) {
  .payment-details__header .block-icon img {
    width: 0.937rem;
  }
}
.payment-details__header .block-heading {
  align-self: center;
}
.payment-details__header .block-heading h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.StripeElement {
  /* named by stripe */
}

/*# sourceMappingURL=payment_details.css.map */
