@charset "UTF-8";
.payment-options .main-heading {
  background-color: rgb(57, 84, 131);
}
.payment-options .par-heading {
  font-size: 1.25rem;
  padding-left: 0.5rem;
}
.payment-options .par-heading::before {
  content: "•";
  padding-right: 0.75rem;
}
.payment-options .policies {
  font-size: 1.25rem;
  line-height: 1.25 !important;
  font-weight: 300;
}
.payment-options .policies > *:not(:last-child) {
  margin-bottom: 1rem;
}
.payment-options .info-box {
  padding: 1.25rem;
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(165, 165, 165);
  border-radius: 7px;
}
