.u-section-1 .u-sheet-1 {
  min-height: 117px;
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 100px;
  }
} .u-section-2 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-2 .u-sheet-1 {
  min-height: 6616px;
}

.u-section-2 .u-text-1 {
  font-size: 1.5rem;
  margin: 30px auto 0 20px;
}

.u-section-2 .u-text-2 {
  margin: 48px auto 60px 32px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-text-2 {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-text-2 {
    margin-right: 65px;
    margin-left: 8px;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 137px;
}.terms-page {
/* Give the whole page inner padding so text never touches the hard edge */
html, body {
  margin: 0;
  padding: 0 24px;         /* 24px left + right – adjust to taste (16–24) */
  box-sizing: border-box;
}
/* Make box sizing consistent so padding doesn't cause weird overflow */
*, *::before, *::after {
  box-sizing: inherit;
}
}