/* D Work refinement 2 — centered hero and clearer campaign-card details. */
.nvo-d-work .nvo-hero-grid > div{
  text-align:center;
}

.nvo-d-work .nvo-eyebrow,
.nvo-d-work .nvo-hero-benefits,
.nvo-d-work .nvo-actions{
  justify-content:center;
}

.nvo-d-work .nvo-display,
.nvo-d-work .nvo-lead{
  margin-left:auto;
  margin-right:auto;
}

.nvo-d-work .menu-row .mname small strong{
  color:var(--ink);
  font-size:1.04em;
  font-weight:750;
}

.nvo-d-work .nvo-referral-note{
  margin:20px 0 0;
  padding-top:17px;
  border-top:1px dashed rgba(13,59,64,.26);
  color:var(--ink);
  font-size:.94rem;
  font-weight:650;
  line-height:1.45;
  text-align:center;
}

@media(max-width:720px){
  .nvo-d-work .nvo-referral-note{
    font-size:.92rem;
  }
}
