section.onboardingCTA {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px black;
}
section.onboardingCTA .cta-type-1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0.1px;
  text-align: center;
  padding-top: 8px;
  color: #000062;
  margin: 5px !important;
}
section.onboardingCTA .cta-type-2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  padding-top: 4px;
  color: #676973;
  margin: 5px 0px 20px 0px !important;
}
