.footer-cta {
  background: url('/template/4e351019/images/footer-cta-bg.png') no-repeat;
  padding: 85px 0 105px;
  background-size: cover;
}
.footer-cta .inner-content {
  max-width: 550px;
  margin: 0 auto;
}
.footer-cta .inner-content .top-part {
  display: flex;
  max-width: 370px;
  margin: 0 auto;
}
.footer-cta .inner-content .top-part .right-part p {
  font-family: Instrument Sans;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: rgba(0,0,0,0.6);
  padding: 0;
  margin: 0 0 14px;
  max-width: 200px;
}
.footer-cta .inner-content .top-part .right-part a {
  font-family: Instrument Sans;
  font-size: 30px;
  font-weight: 600;
  line-height: 23.23px;
  letter-spacing: 0.04em;
  text-align: left;
  text-decoration: none;
  color: #000;
  transition: all 300ms ease-out 0s;
}
.footer-cta .inner-content .top-part .right-part a:hover{
  color: #ffaf45;
}
.footer-cta .inner-content .top-part .right-part {
  padding: 0 0 0 20px;
}

.bottom-part h2 {
  padding: 0;
  margin: 30px 0;
  font-family: Instrument Sans;
  font-size: 43px;
  font-weight: 600;
  line-height: 53px;
  text-align: center;
  color: #000;
}
.footer-cta .inner-content .bottom-part a {
  display: block;
  background: #F6A335;
  border-radius: 50px;
  padding: 10px 5px;
  color: #000000;
  text-decoration: none;
  font-family: Instrument Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.02em;
  height: 42px;
  max-width: 208px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.footer-cta .inner-content .bottom-part a:hover{
  background: #000;
  color: #fff;
}
