.footer-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-cta-title {
  margin-top: 4.85rem;
  font-family: CTLaoSongSJ;
  font-weight: 400;
  font-size: 32px;
  color: #675a37;
  line-height: 1;
}

.footer-cta-button-wrapper {
  width: 188px;
  height: 56px;
  background-color: #BFA151;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-cta-button {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.9rem;
  color: #ffffff;
  line-height: 1;
}

.footer-nav-links span {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  line-height: 2.4rem;
  opacity: 0.9;
}

.footer-section-heading {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}

.footer-link-label {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.8rem;
  color: #9b9ea1;
  line-height: 1;
}

.footer-copy-text {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.8rem;
  color: #7e7e7e;
  line-height: 1;
}

.footer-copy-right {
  margin-left: 45.3rem;
}
