.terms-of-use {
  margin: 0 auto;
  width: 1200px;
  margin-top: 40px;
}

.terms-header {
  font-size: 30px;
  font-family: "Harmonia Sans W05 Bold";
  text-align: center;
  padding-bottom: 20px;
}

.terms-heading {
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 20px;
  font-family: "Harmonia Sans W05 Bold";
  font-weight: 600;
}

.footer-text p {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

.terms-content {
  font-size: 18px;
  font-family: "Harmonia Sans W05 Regular";
  padding: 0px 0 20px 0;
  line-height: 28px;
}

.terms-desc {
  font-size: 18px;
  font-family: "Harmonia Sans W05 Regular";
  line-height: 28px;
  padding-bottom: 10px;
}

.sub-heading {
  padding-bottom: 10px;
}

.container {
  max-width: 1200px;
}

.copyrights p:last-child {
  padding-right: 20px;
}

.footer-text p:last-child {
  margin-top: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .terms-of-use {
    width: 340px;
  }

  .copyrights p:last-child {
    padding-right: 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .terms-of-use {
    width: 730px;
  }
}
