.d2b-service-outcomes {
  position: relative;
  padding: clamp(3.25rem, 6vw, 5.25rem) 1.5rem;
  border-block: 1px solid #e1e7f1;
  background: #fff;
  color: #202d4f;
}
.d2b-service-outcomes__inner {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.8fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 4.5rem);
  max-width: 1180px;
  margin: 0 auto;
}
.d2b-service-outcomes__eyebrow {
  margin: 0 0 .7rem;
  color: #5266a1;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .13em;
}
.d2b-service-outcomes h2 {
  margin: 0 0 1rem;
  color: #202d4f;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  line-height: 1.16;
}
.d2b-service-outcomes__intro > p:last-child {
  max-width: 42ch;
  margin: 0;
  color: #4b5a75;
  font-size: 1.04rem;
  line-height: 1.65;
}
.d2b-service-outcomes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.d2b-service-outcomes__item {
  min-width: 0;
  margin: 0;
  padding: 1.4rem 1.25rem 1.55rem;
  border: 1px solid #dce4f0;
  border-radius: 14px;
  background: #f6f8fc;
}
.d2b-service-outcomes__item::before {
  display: block;
  width: 2rem;
  height: 3px;
  margin-bottom: 1.15rem;
  border-radius: 3px;
  background: #e6b540;
  content: '';
}
.d2b-service-outcomes__item h3 {
  margin: 0 0 .65rem;
  color: #202d4f;
  font-size: 1.06rem;
  line-height: 1.3;
}
.d2b-service-outcomes__item p {
  margin: 0;
  color: #4b5a75;
  font-size: .94rem;
  line-height: 1.55;
}
@media (max-width: 980px) {
  .d2b-service-outcomes__inner { grid-template-columns: minmax(0, 1fr); gap: 1.6rem; }
  .d2b-service-outcomes__intro > p:last-child { max-width: 70ch; }
}
@media (max-width: 700px) {
  .d2b-service-outcomes { padding: 3rem 1rem; }
  .d2b-service-outcomes__grid { grid-template-columns: minmax(0, 1fr); gap: .75rem; }
  .d2b-service-outcomes__item { padding: 1.1rem 1.2rem; }
}
/* The local landing template has broad heading and paragraph rules. */
.ls-page .d2b-service-outcomes h2 { margin: 0 0 1rem; }
.ls-page .d2b-service-outcomes__item h3 { margin: 0 0 .65rem; }
.ls-page .d2b-service-outcomes__eyebrow { margin: 0 0 .7rem; }
.ls-page .d2b-service-outcomes__intro > p:last-child,
.ls-page .d2b-service-outcomes__item p { margin: 0; }
