.trustBar{background:#c9d1d3;border:1px solid #c9d1d3;border-radius:8px;grid-template-columns:repeat(4,1fr);gap:1px;padding:0;list-style:none;display:grid;overflow:hidden}.trustBar li{text-align:center;background:#fff;padding:18px 16px}.trustBar .trustLabel{margin-top:4px}@media screen and (max-width:992px){.trustBar{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.trustBar{grid-template-columns:1fr}}
.steps{counter-reset:step;gap:12px;padding:0;list-style:none;display:grid}.step{counter-increment:step;grid-template-columns:48px 1fr;gap:18px;padding:16px 0;display:grid;position:relative}.step:before{content:"";background:linear-gradient(#efe6dc,#0000);width:2px;position:absolute;top:56px;bottom:-12px;left:23px}.step:last-child:before{display:none}.step .stepNumber{color:#2b344a;background:#efe6dc;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-weight:700;display:flex}.step .stepNumber:before{content:counter(step)}.step .stepTitle{font-size:18px}
