.pd-steps{counter-reset:step-counter}.pd-step{align-items:start;border-bottom:1px solid var(--pd-lightest-grey);column-gap:var(--space-lg);display:grid;grid-template-areas:"number title" "number content";grid-template-columns:80px 1fr;margin-bottom:40px;padding-bottom:40px;row-gap:var(--space-sm)}.pd-step__number{grid-area:number}.pd-step__title{grid-area:title}.pd-step__content{grid-area:content}.pd-step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.pd-step__number{align-items:center;background:var(--pd-gradient);border-radius:50%;color:var(--pd-white);display:flex;flex-shrink:0;font-size:var(--text-2xl);height:64px;justify-content:center;width:64px}.pd-step__number,.pd-step__title{font-family:M PLUS Rounded\ 1c,sans-serif;font-weight:800}.pd-step__title{color:var(--pd-navy);font-size:1.3rem;margin-bottom:var(--space-md)}.pd-step__content{color:var(--pd-text);font-size:.95rem;line-height:1.7}.pd-step__content ul{list-style:none;margin:var(--space-sm) 0 0;padding:0}.pd-step__content ul li{padding:6px 0 6px 24px;position:relative}.pd-step__content ul li:before{color:var(--pd-primary-bright);content:"\2713";font-weight:700;left:0;position:absolute}@media (max-width:768px){.pd-step{grid-template-columns:1fr;text-align:center}.pd-step__number{margin:0 auto}.pd-step__content ul{text-align:left}}@media (max-width:480px){.pd-step__number{font-size:var(--text-xl);height:52px;width:52px}.pd-step{margin-bottom:var(--space-lg);padding-bottom:var(--space-lg)}}