.lp-cta-row{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin: 16px 0 24px 0;
}
.lp-cta-row .btn,
.lp-cta-row .btn_home3_style,
.lp-cta-row .btn-thm{
  min-width: 220px;
  padding: 10px 18px;
}
.lp-hero-intro{
  max-width: 860px;
  margin: 0 auto 10px auto;
}
.lp-subheadline{
  font-size: 18px;
  color: #444;
  margin-top: 8px;
}


.btn_landing_style{
  border-radius: 8px;
  color: #171717;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  height: 50px;
  line-height: 37px;
  margin-top: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.btn-landing-thm {
  background-color: #E8BD28;
  border: 1px solid #E8BD28;
  padding: 5px 18px;
  border-radius: 8px;
  color: #1A3760;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
