p,
h1,
h2,
h3,
h4,
h5,
span,
div,
strong,
a {
  font-family: "Times New Roman", Times, serif !important;
}

.mortgage-l > div > span {
  width: 100px;
}

.sq-ft:after {
  content: "Sq Ft";
  color: #7f7f7f;
  font-size: 14px;
  margin-top: 12px;
  margin-left: -50px;
}

.usd:after {
  content: "HKD";
  color: #7f7f7f;
  font-size: 14px;
  margin-top: 12px;
  margin-left: -50px;
}

@media screen and (max-width: 1000px) {
  .mortgage-l > div > span {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .mortgage-l > div > span {
    width: 100%;
  }
}