The banner is to inform the visitors with an important message here!
/* ── steps ───────────────────────────────────────────── */ .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative} .steps::before{content:'';position:absolute;top:20px;left:calc(12.5%);right:calc(12.5%);height:2px;background:linear-gradient(90deg,var(--azure) 0%,var(--azure-lt) 100%);z-index:0} .step-item{position:relative;z-index:1;text-align:center;padding:0 16px} .step-num{width:40px;height:40px;border-radius:50%;background:var(--azure);color:#fff;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;box-shadow:0 0 0 4px var(--white)} .step-item h4{font-size:.88rem;font-weight:600;margin-bottom:6px} .step-item p{font-size:.78rem;color:var(--ink-60);line-height:1.5}