*{
  box-sizing: border-box;
}


.section-padding {
  padding: 120px 0;
}
.terms-of-use-content h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: 600 !important; */
}
.terms-of-use-content h6 {
  margin-bottom: 20px;
  font-size: 18px !important;
}
.terms-of-use-content p {
  margin-bottom: 15px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #595959;
  line-height: 1.8em;
}
.terms-of-use-content .section-title {
  margin-bottom: 50px;
}
.terms-of-use-content .margin-bottom {
  margin-bottom: 40px;
}