.terms-container {
  background: #ffffff;
  padding: 30px 25px;
}
.terms-container h1 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #3498db;
  text-align: center;
}
.terms-container p{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #333333;
}
.terms-container h2 {
  font-size: 15px;
  color: #333333;
}
.terms-container ul {
  list-style-type:lower-roman;
  margin-left: 20px;
  margin-bottom: 15px;
}
.terms-container ul li {
  color: #333333;
}
.terms-container h3 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #3f3f3f;
}