html,
body {
  margin: 0px !important;
  padding: 0px !important;
  height: 100% !important;
}

h3 {
  font-size: 55px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  justify-content: start !important;
  padding: 34px 0px 19px 0px !important;
}

p {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn-color-blue {
  color: #1b3d6b !important;
}

.bg-primary {
  background-color: #1b3d6b !important;
  color: #fff;
}

.bg-white {
  background-color: white;
  color: #1b3d6b;
}

.primary {
  color: #1b3d6b !important;
}

#payment-forms {
  text-align: center !important;
}

#payment-forms span {
  height: 67px;
  max-width: 300px;
  width: 100%;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-offset {
  padding-top: 120px;
  margin-top: -120px;
}
