.cs-terms-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 5rem 1rem;
}

.cs-terms__title {
  text-align: center;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 100%;
  color: #000000;
  margin: 0;
  padding-bottom: 6rem;
}

.cs-terms__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  text-align: left;
  padding-bottom: 1rem;
}

.cs-terms__subtitle {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  padding: 2rem 0;
  text-align: left;
}

.cs-terms__text--indent {
  padding-left: 2rem;
}

.cs-terms__title + .cs-terms__text {
  text-indent: 2rem;
}
