.cta-footer {
  background: #282E2C;
  padding: 28px 0 41px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cta-footer .cta-main {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.cta-footer .cta-main .cta-text{
  font-family: Reckless Neue;
font-weight: 400;
font-size: 38px;
line-height: 52px;
letter-spacing: 1%;
color:#fff;
}
.cta-footer .cta-main .btn-cta {
  display: flex;
  width: 410px;
  justify-content: space-between;
  margin: 50px 0 0 221px;
  gap: 0 15px;
}
.cta-footer .cta-main .btn-cta a {
}
.cta-footer .cta-main .btn-cta a {
  border: 2px solid #C47766;
  color: #fff;
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  min-width: 166px;
  padding: 6px 15px;
  text-align: center;
  position: relative;
  text-decoration: none !important;
  transition: all 300ms ease-out 0s;
  border-radius: 30px;
  background: #C47766;
  height: 44px;
}

.cta-footer .cta-main .btn-cta a:empty{
  margin: 0;
}
.cta-footer .cta-main .btn-cta a:last-child {
  margin-left: 10px;
  background: #fff;
  border-color: #fff;
  width: 216px;
    color: #000;
}
.cta-footer .cta-main .btn-cta a:hover {
    background: #000;
  border-color: #000;
  color: #fff;
}
