.led-emotion {
  background: var(--lm-white);
}

.led-emotion__inner {
  max-width: 74rem;
  margin: 0 auto;
  text-align: center;
}

.led-emotion__heading {
  font-size: 3rem;
  color: var(--lm-charcoal);
  margin-bottom: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
}

.led-emotion__text {
  font-size: 1.65rem;
  color: var(--lm-text-soft);
  line-height: 1.75;
}
