.page-title {
  color: rgb(242,177,13);
    margin: 20px auto 20px auto;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    text-align: left;
}

.term__heading {
  color: rgb(242,177,13);
  font-size: 24px;
}

p, li {
  font-size: 14px;
  color: #ccc;
  font-weight: normal;
}

.term__list {
  padding-inline-start: 20px;
}

.term__container {
  width: auto;
  box-sizing: border-box;
  color: #ccc;
  line-height: 24px;
  text-align: justify;
}

.term__list li {
  list-style-type: none;
  line-height: 24px;
  margin-bottom: 7px;
  color: #ccc;
}

.term__list li:before {
  content: "- ";
}

.term__link {
  color: #f2b10d!important;
  transition: color 0.5s ease-out;
}

.term__link:hover {
  color: #fff!important;
}


