@media only screen and (max-width: 768px) {
  #CTAtext {
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: normal;
	margin-left: 0px !important;
  }
 
  #CTAtext:lang(fr) {
    margin-left: 0px !important;
  }
  #CTAtext:lang(es) {
    margin-left: 0px !important;
  }
  #CTAtext:lang(zh) {
    margin-left: 0px !important;
  }
}
hr.sm-gold {
  border-bottom: 2px solid #baa88d !important;
  width: 19% !important;
}
.title {
  font-weight: 300;
  margin-bottom: -2px;
}
#CTAtext {
  margin-left: 40px;
}
#CTAtext:lang(fr) {
  margin-left: 45px;
}
#CTAtext:lang(es) {
  margin-left: 130px;
}
