.customer-journey{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:16px 0;padding:14px;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 5px 18px rgba(18,50,76,.05)}.customer-journey span{display:flex;align-items:center;gap:8px;color:#627789;font-size:12px;font-weight:700}.customer-journey b{display:grid;place-items:center;width:25px;height:25px;flex:0 0 25px;border-radius:50%;background:#e4f5f0;color:#008f76}.customer-journey .on{color:#12324c}.customer-journey .on b{background:#008f76;color:#fff}.portal-purpose{margin:0 0 16px;padding:16px 18px;border-left:4px solid #008f76;border-radius:10px;background:#edf8f5;color:#426175}.portal-purpose strong{display:block;color:#075f4e;margin-bottom:4px}.portal-purpose p{margin:0;line-height:1.45}@media(max-width:800px){.customer-journey{grid-template-columns:1fr 1fr}.customer-journey span:last-child{grid-column:1/-1}}@media(max-width:520px){.customer-journey{grid-template-columns:1fr}}
