.terms_condition {
  position: relative;
  padding-top: 60px;
}

.terms_condition-content {
  padding: 80px 0px 80px;
}

.terms_condition-text {
  margin-bottom: 45px;
}

.terms_condition-text:last-child {
  margin-bottom: 0;
}

.terms_condition-text h3, .terms_condition-text .h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.terms_condition-text p {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}


#ul li {
  padding: 0% 0% 3% 2%;
  width: 100%;
  list-style-position: outside;
  position: relative;
}

#ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: black;
  top: 10px;
  left: -5px;
}