/* ==== Policy Section Start ==== */
.policy-con {
  max-width: 750px;
}

.terms-of-service {
  background-color: var(--bgColour3);
}

.terms-of-service h3 {
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  color: var(--text-colour-1);
}

.terms-of-service p, 
.terms-of-service ul {
  margin-bottom: 1rem;
  opacity: 0.9;
}

.terms-of-service ul {
  padding-left: 1.2rem;
}

.terms-of-service li {
  margin-bottom: 0.3rem;
}

.terms-of-service strong {
  font-weight: 600;
}