.ng-section{
  padding:70px 0;
}

.ng-card{
  border:1px solid #eef2f7;
  border-radius:var(--ng-radius);
  box-shadow:0 10px 24px rgba(0,0,0,.06);
  background:#fff;
}

.ng-card h3{
  font-size:1.05rem;
}

.ng-muted{
  color:var(--ng-muted);
}

.ng-band{
  background:linear-gradient(180deg,#f8fafc 0%, #ffffff 100%);
  border-top:1px solid #eef2f7;
  border-bottom:1px solid #eef2f7;
}