.graph-rwo {
  padding: clamp(64px, 8vw, 108px) clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px 72px;
  align-items: center;
  background: #f1efe8;
  border-top: 1px solid #d2d8d1;
}

.graph-rwo > div { max-width: 820px; }

.graph-rwo h2 {
  margin: 12px 0 20px;
  font: 700 clamp(36px, 4.2vw, 60px)/1.04 Manrope, sans-serif;
  letter-spacing: -.045em;
}

.graph-rwo > div > p:not(.eyebrow) {
  color: #526562;
  font-size: 18px;
  line-height: 1.65;
}

.graph-rwo-formula {
  margin: 0;
  padding: 30px;
  border-radius: 22px;
  background: #071f20;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  font: 700 10px Manrope, sans-serif;
  letter-spacing: .08em;
}

.graph-rwo-formula i { color: #d8ff57; font-style: normal; }

@media (max-width: 900px) {
  .graph-rwo { grid-template-columns: 1fr; gap: 30px; }
}
