body.widget-snippet .footer-cta .inner-content p{
  opacity: unset;
}
.footer-cta {
  max-width: 1680px;
  margin:0 auto;
  background: url("/template/3d84e4fa/images/footer-cta-bg.png") no-repeat;
  padding: 120px 0;
  border-radius: 20px;
  background-size: cover;
}
.footer-cta .inner-content {
  max-width: 1100px;
  margin: 0 auto;
}
.footer-cta .inner-content h2 {
  color: #000;
  text-align: center;
  font-family: 'Youth';
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 59px;
  padding: 0;
  margin:0 0 30px;
}
.footer-cta .inner-content p{
  color: #000;
  text-align: center;
 font-family: "Inter", sans-serif ;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  opacity:0.7;
  padding:0 0 50px;
  margin:0;
}
.footer-cta .inner-content .bottom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-cta .inner-content .bottom-btn a{
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #FFF;
font-family: "Inter", sans-serif ;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.34px;
  border-radius: 26px;
  background: #FC450F;
  max-width: 248px;
  display: block;
  padding: 14px 10px 16px;
  width: 100%;
  text-align: center;
  border: 2px solid #FC450F; 
  text-decoration: none;
}
.footer-cta .inner-content .bottom-btn a:hover{
  background: #000;
  color:#fff;
  border: 2px solid #000; 
}
.footer-cta .inner-content .bottom-btn a:last-of-type{
  border: 2px solid #FC450F; 
  background: transparent;
  color:#FC450F; 
  margin-left: 15px;
  max-width: 200px;
}
.footer-cta .inner-content .bottom-btn a:last-of-type:hover{
  border: 2px solid #FC450F; 
  background:#FC450F;
  color:#fff;
}
