@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css");

p>strong {
  background: linear-gradient(transparent 60%, #fec6d699 0);
  padding: 0 2px 2px;
}

.stripe-input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #32325d;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.stripe-input:focus {
  border-color: #3b99fc;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(59, 153, 252, 0.6);
}

.hero-section {
  margin-top: 1em;
  margin-bottom: 1em;
}

.left-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.right-div {
  margin-top: 1em;
  margin-bottom: 1em;
}

.right-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.paragraph-wrapper {
  padding: 1em;
  padding-left: 2em;
  padding-right: 2em;
  margin: 1em;
  background: #fafcfc;
}

.payment-box {
  max-width: 768px;
}