.lp-process .process-track{display:grid;gap:0;grid-template-columns:repeat(5,1fr);margin-top:56px;position:relative}.lp-process .process-track:before{background:rgba(28,26,20,.14);content:"";height:1px;left:10%;position:absolute;right:10%;top:23px}.lp-process .pstep{padding:0 14px;position:relative;text-align:center}.lp-process .pstep-dot{align-items:center;background:#fff;border:1px solid rgba(232,93,60,.4);border-radius:50%;color:var(--orange);display:flex;font-family:var(--ff-h);font-size:17px;height:46px;justify-content:center;margin:0 auto 20px;position:relative;transition:all .3s;width:46px;z-index:1}.lp-process .pstep:hover .pstep-dot{background:var(--orange);color:#fff;transform:scale(1.12)}.lp-process .pstep h3{color:var(--dark);font-size:15px;font-weight:600;margin-bottom:8px}.lp-process .pstep-body,.lp-process .pstep-body p{color:rgba(28,26,20,.55);font-size:12.5px;font-weight:300;line-height:1.65}@media(max-width:900px){.lp-process .process-track{gap:36px;grid-template-columns:1fr}.lp-process .process-track:before{display:none}}