.steps-card{margin-top:var(--section-mt,0);margin-bottom:var(--section-mb,0);padding-top:var(--section-pt,100px)!important;padding-bottom:var(--section-pb,100px)!important}@media screen and (max-width:800px){.steps-card{margin-top:var(--section-mt-mobile,var(--section-mt,0));margin-bottom:var(--section-mb-mobile,var(--section-mb,0));padding-top:var(--section-pt-mobile,var(--section-pt,66px))!important;padding-bottom:var(--section-pb-mobile,var(--section-pb,56px))!important}}.steps-card__title{font-size:44px;font-weight:600;line-height:56px;color:#141414;text-align:center;margin:0 0 48px}.steps-card__title em,.steps-card__title span{color:#00b88b;font-style:normal}@media screen and (max-width:800px){.steps-card__title{font-size:32px;line-height:44px;margin-bottom:30px}}.steps-card__card{display:flex;flex-direction:row;border:1px solid #747d88;border-radius:14px}@media screen and (max-width:800px){.steps-card__card{flex-direction:column}}.steps-card__step{flex:1 1;display:flex;flex-direction:column;gap:16px;padding:32px}@media screen and (max-width:800px){.steps-card__step{flex-direction:row;align-items:flex-start;gap:20px;padding:24px 20px}}.steps-card__divider{flex-shrink:0;width:1px;background:#d9d9d9;align-self:stretch;margin:24px 0}@media screen and (max-width:800px){.steps-card__divider{width:auto;height:1px;margin:0 20px;align-self:auto}}.steps-card__num{flex-shrink:0;width:48px;height:48px;background:#f3f8fc;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:500;line-height:1;color:#747d88}.steps-card__step-body{display:flex;flex-direction:column;gap:8px}.steps-card__step-title{font-size:20px;font-weight:600;line-height:28px;color:#141414;margin:0}@media screen and (max-width:800px){.steps-card__step-title{font-size:16px;line-height:24px}}.steps-card__step-desc{font-size:14px;font-weight:500;line-height:21px;color:#747d88;margin:0}