.terms-container {
  padding: 10vh 5vw;
}

.terms-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.2;
}

.terms-content p {
  margin-bottom: 1.2em;
}

.terms-content p:last-child {
  margin-bottom: 0;
}

.page-id-193 header {
  display: none;
}

@media (max-width: 768px) {

  .terms-container {
    padding: 6vh 5vw;
  }

  .terms-content {
    max-width: 100%;
    font-size: 1.2rem;
  }

  .terms-content p {
    margin-bottom: 1em;
  }

}