.yb-page {
  padding: calc(46 * var(--index-unit)) calc(32 * var(--index-unit)) calc(80 * var(--index-unit));
}

.yb-page .svc-title {
  margin-bottom: calc(36 * var(--index-unit));
  font-size: calc(36 * var(--index-unit));
  line-height: 1.25;
  color: #333;
}

.yb-page .svc-subtitle {
  margin: calc(34 * var(--index-unit)) 0 calc(18 * var(--index-unit));
  font-size: calc(28 * var(--index-unit));
  line-height: 1.35;
  font-weight: 700;
  color: #009354;
}

.yb-section:first-of-type .svc-subtitle {
  margin-top: 0;
}

.yb-page p,
.yb-page li {
  font-size: calc(24 * var(--index-unit));
  line-height: 1.45;
  color: #333;
  font-weight: 600;
  text-align: left;
}

.yb-page .yb-strong,
.yb-page .svc-stress {
  margin-top: calc(26 * var(--index-unit));
  font-size: calc(25 * var(--index-unit));
  line-height: 1.45;
  font-weight: 700;
  color: #333;
}

.yb-page .yb-section .yb-strong:first-of-type {
  margin-top: 0;
}

.yb-page ul {
  padding-left: 0;
  margin-bottom: calc(34 * var(--index-unit));
}

.yb-page li {
  margin-bottom: calc(4 * var(--index-unit));
}
