.assurance-strip{background:var(--surface-soft);border-radius:20px;padding:32px 12px;margin-bottom:48px;display:grid;grid-template-columns:repeat(4,1fr)}.assurance-item{display:flex;gap:16px;align-items:center;padding:0 28px;border-right:1px solid var(--surface-warm)}.assurance-item:last-child{border-right:0}.assurance-item>span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.assurance-item>span svg{width:28px;height:28px}.assurance-item b{display:block;font-size:16px;margin-bottom:5px}.assurance-item p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}@media(max-width:1050px){.assurance-strip{grid-template-columns:1fr 1fr;gap:20px 0}.assurance-item:nth-child(2){border-right:0}}@media(max-width:760px){.assurance-strip{grid-template-columns:1fr;gap:20px 0;padding:22px 8px}.assurance-item{border-right:0}}