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

.u-section-1 .u-text-1 {
  margin: 40px 0 0;
}

.u-section-1 .u-text-2 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 60px;
}

/* --- Terms page redesign overrides --- */
.u-section-1 {
  padding: 34px 0 60px;
}

.u-section-1 .u-sheet-1 {
  min-height: auto;
  background: #ffffff;
  border: 1px solid #d8e3d9;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(20, 48, 31, 0.12);
  padding: 44px 34px;
}

.u-section-1 .u-text-1 {
  margin-top: 0;
  font-size: 2.1rem;
}

.u-section-1 .u-text-2 {
  margin-bottom: 0;
  line-height: 1.85;
  text-align: left;
  color: #2a392f;
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    padding: 28px 18px;
  }
}