@charset "UTF-8";

#terms .head-text {
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 50px;
  text-align: justify;
}

#terms .sec {
  margin-bottom: 40px;
}
#terms .sec .section-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
#terms .sec p {
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
}
#terms .sec .list-decimal {
  margin-left: 22px;
}
#terms .sec .list-decimal li {
  font-weight: 300;
  list-style-type: decimal;
  line-height: 1.6;
  margin-bottom: 8px;
  text-align: justify;
}
#terms .revision {
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #terms .sec .section-title {
    font-size: 18px;
  }
}