.step-crd .crd-wrapper{display:flex;flex-direction:column;gap:20px}.step-crd .crd{align-items:center;background:#fff;border-radius:99px;box-shadow:0 6px 24px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.08);display:inline-flex;gap:10px;max-width:max-content;opacity:0;padding:20px;transition:opacity .6s ease-out,transform .6s ease-out}.step-crd .icn-wrapper svg{vertical-align:middle;width:40px;fill:#ff7a59;background:#ffe4de;border-radius:999px}.step-crd .crd-txt{color:#000;font-size:20px;font-weight:600;vertical-align:middle}.step-crd .crd-wrapper .crd:nth-child(odd){align-self:flex-end;transform:translateX(-50px)}.step-crd .crd-wrapper .crd:nth-child(2n){align-self:flex-start;transform:translateX(50px)}.step-crd .crd.reveal{opacity:1;transform:translateX(0)}@media screen and (max-width:992px){.step-crd .crd-txt{font-size:18px}.step-crd .icn-wrapper svg{width:30px}.step-crd .crd{gap:5px;padding:15px}.step-crd .crd-wrapper{gap:15px}}@media screen and (max-width:900px){.step-crd .crd.reveal{transform:translateY(0)!important}.step-crd .crd-wrapper .crd:nth-child(2n),.step-crd .crd-wrapper .crd:nth-child(odd){align-self:center}}@media (max-width:796px){.step-crd .crd-txt{font-size:17px}}@media (max-width:768px){.step-crd .crd-wrapper .crd{align-self:center!important;transform:translateY(30px)}.step-crd .crd.reveal{transform:translateY(0)}}