.footer-cta{
  background:#000;
}
.footer-cta .full-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px 0 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.footer-cta .full-content .left-content {
  width: 70%;
  padding: 0 220px 0 0;
}
.footer-cta .full-content .left-content h2 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: 0;
}
.footer-cta .full-content .right-content {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 0 28px;
}
.footer-cta .full-content .right-content a {
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  max-width: 219px;
  width: 100%;
  display: block;
  height: 44px;
  padding: 12px 10px;
  text-decoration: none;
  background: rgba(255, 113, 0, 1);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 0;
}
.footer-cta .full-content .right-content a.conact-btn {
  max-width: 151px;
  background: #fff;
  color: #000;
}
.footer-cta .full-content .right-content a:hover {
  background: rgba(255, 113, 0, 1);
  color: #fff;
}
.footer-cta .right-content a.conact-btn:hover {
  background: rgba(255, 113, 0, 1);
  color: #fff;
}
.footer-cta .full-content .right-content a:hover {
  background: #d96101;
  color: #fff;
}
