.cards-ordered-list__container{text-align:center}.cards-ordered-list__container h2{color:var(--black-color);margin-bottom:60px}.cards-ordered-list{align-content:space-between;counter-reset:ol-flex;display:flex;flex-wrap:wrap;gap:80px;justify-content:center;margin:0;padding:0}.cards-ordered-list>li{background-color:#fff;border-radius:18px;box-shadow:0 13px 72px rgba(20,20,43,.08);display:flex;flex-direction:column;max-width:600px;padding:20px 40px 35px;text-align:start;width:100%}.cards-ordered-list .counter:before{color:#8492a6;content:counter(ol-flex);counter-increment:ol-flex;font-family:var(--primary-font-family);font-size:64px;font-style:normal;font-weight:700;line-height:72px;margin-right:30px}.card-header{align-items:center;color:var(--black-color);display:flex;flex-direction:row;margin-bottom:22px}.card-content__list{color:var(--grey-color);font-family:var(--secondary-font-family);font-size:16px;font-style:normal;font-weight:400;line-height:18px;padding-inline-start:20px}.card-content__list>li::marker{content:"•  "}@media only screen and (max-width:1280px){.cards-ordered-list>li{width:auto}}@media only screen and (max-width:998px){.cards-ordered-list__container h2{margin-bottom:40px}.card-header{font-size:16px;line-height:18px}.card-content__list{font-family:var(--secondary-font-family);font-size:12px;font-style:normal;font-weight:400;line-height:14px;padding-inline-start:20px}.cards-ordered-list{align-content:center;gap:30px;max-height:unset}.cards-ordered-list>li{padding:27px 20px;width:100%}.cards-ordered-list .counter:before{font-size:28px;line-height:32px;margin-right:18px}}