.cta-band {
      background: linear-gradient(90deg, var(--qh-blue), #2b5f8b);
      color: #fff;
      border-radius: .75rem
    }

    .pillar-icon {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      background: linear-gradient(145deg,#e3edf9,#f9fbff);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 22px rgba(15,23,42,.12);
    }

    .pillar-icon i {
      width: 22px;
      height: 22px;
      color: var(--qh-blue);
    }