/* Remove repeated mechanical vertical rules without adding extra decoration. */
.empathy .lead,
.feeling-lead__scene,
.promise-statement,
.social-call__manifesto {
  border-left: 0;
  padding-left: 0;
}

.path-copy,
.path-step.is-goal .path-copy,
.press-feature__copy .press-feature__title {
  border-left: 0;
}

.press-feature__copy .press-feature__title {
  padding-left: 0;
}

/* Remove the repeated oversized outline circles used as background decoration. */
.proud-facts::after,
.feeling::after,
.closing::before {
  content: none;
}

/* Remove the short colored bars attached to card edges. */
.reason-card::after {
  content: none;
}
