.terms table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 30px auto;
}

.terms th, .terms td {
  border: solid 1px;
  padding: 10px;
  vertical-align: middle;
  line-height: 1.8;
}

.terms th {
  background: #f7fbfd;
}

.terms p {
  line-height: 1.3;
  margin-bottom: 10px;
}

.terms h2 {
  margin: 20px 0;
}

.terms h3 {
  margin: 20px 0 15px;
}

.terms h4 {
  margin: 0 0 10px;
	font-weight: 900;
}

.terms table {
  width: 100%;
}

.terms th, .terms td {
  padding: 5px 10px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .terms th, .terms td {
    padding: 5px;
    font-size: 14px;
  }
}