.terms-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.terms-section h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.terms-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

.terms-section h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.terms-section .inline-group {
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}

.terms-section .inline-group h3,
.terms-section .inline-group h3 + p {
  display: inline;
  font-size: var(--bs-body-font-size);
}

.terms-section .inline-group h3 + p {
  margin-left: 5px;
}

.terms-section p {
  margin-bottom: 20px;
}

.terms-section ul {
  margin-bottom: 20px;
  padding-left: 20px;
  margin-left: 20px;
}

.terms-section li {
  margin-bottom: 10px;
}
