.detail-page-intro{background:var(--background)}.detail-page-intro .row{display:flex;gap:40px}.detail-page-intro .row .left-col{flex-basis:75%}.detail-page-intro .row .right-col{display:flex;flex-basis:25%;flex-direction:column;gap:40px}.detail-page-intro .row .right-col p{margin:0}.detail-page-intro .row .right-col h6{margin-bottom:2px}.detail-page-intro ol{counter-reset:step-counter;display:flex;flex-direction:column;gap:20px;list-style-type:none;margin:0;padding:0}.detail-page-intro ol li{align-items:center;display:flex;gap:16px;justify-content:flex-start}.detail-page-intro ol li:before{align-items:center;background:var(--orange);border-radius:50%;color:#fff;content:counter(step-counter);counter-increment:step-counter;display:flex;flex-grow:0;flex-shrink:0;font-weight:600;height:40px;justify-content:center;width:40px}@media (max-width:850px){.detail-page-intro ol li:before{height:32px;width:32px}}@media (max-width:600px){.detail-page-intro .intro-row{flex-direction:column;gap:20px}.detail-page-intro ol li:before{height:24px;width:24px}.detail-page-intro .row .left-col,.detail-page-intro .row .right-col{flex-basis:auto}.detail-page-intro .row .right-col{margin-top:30px}}