.terms-container ul {
  padding: 20px;
}

.terms-container ul li {
  list-style: square;
  font-size: 16px;
}

.text-dark {
  color: black !important;
  font-weight: bold !important;
}

.text-blue {
  color: blue !important;
}


