
.footer-cta {
  max-width: 1400px;
  margin: 0 auto;
  padding: 90px 0 125px;
  background: url('/template/71b0727d/images/footer-cta-bg.png') no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.footer-cta .inner-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.footer-cta .inner-content h2{
  
  margin: 0 0 15px;
  padding: 0;
  font-family: Lufga;
  font-weight: 600;
  font-size: 46px;
  line-height: 66px;
  letter-spacing: 0;
  text-align: center;
  color: rgba(6, 6, 6, 1);
}
.footer-cta .inner-content p{
  
  font-family: Lufga;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 26.56px;
  letter-spacing: 0.01em;
  padding: 0;
  margin: 0 0 20px;
}
.footer-cta .inner-content p:last-of-type {
  margin: 0;
}
.footer-cta .inner-content .btn-box {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin: 40px 0 0;
  justify-content: center;
}
.footer-cta .inner-content .btn-box a{
  max-width: 203px;
  height: 39px;
  padding: 10px 5px;
  background: #0052CC;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  margin: 0;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 1px solid #0052cc;
  font-family: Lufga;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #fff;
}
.footer-cta .inner-content .btn-box a:hover{
    background: #0344A4;
  border-color: #0344A4;
  color: #fff;
}
.footer-cta .inner-content .btn-box a.book-a-demo {
  max-width: 152px;
  color: #000;
  background: transparent;
  border-color: #000;
}
.footer-cta .inner-content .btn-box a.book-a-demo:hover{
  color: #fff;
  background: #000;
  
}