@media screen{.number-cards{position:relative}.number-cards__wrap{padding:0 0 4rem var(--mobile-sides)}.number-cards__list-wrap{overflow:auto;padding-bottom:2rem;scrollbar-color:rgb(var(--jumbo)/80%) transparent;scrollbar-gutter:stable;scrollbar-width:thin}.number-cards__list-wrap::-webkit-scrollbar{height:.5rem;width:.5rem}.number-cards__list-wrap::-webkit-scrollbar-track{background:transparent}.number-cards__list-wrap::-webkit-scrollbar-thumb{background-color:rgb(var(--jumbo)/80%);border-radius:8px}.number-cards__list{counter-reset:card-counter;display:flex;gap:1rem;margin:0;padding:0}.number-cards__list:after{content:"";display:block;flex-grow:0;flex-shrink:0;width:var(--mobile-sides)}.number-cards__item{background-color:rgb(var(--wild-sand));border-radius:.5rem;counter-increment:card-counter;display:flex;flex-direction:column;flex-shrink:0;list-style:none;max-width:650px;padding:1.25rem;width:80%}.number-cards__item:before{color:Rgb(var(--page-color));content:counter(card-counter,decimal-leading-zero);font-size:1.25rem;letter-spacing:.04em;line-height:1.2}.number-cards__title{max-width:406px;padding-bottom:2rem}.number-cards__copy{font-size:1.25rem;line-height:1.6;margin-top:auto}}@media screen and (min-width:80em){.number-cards__item{padding:2.5rem}.number-cards__title{padding-bottom:6rem}}@media screen and (min-width:90em){.number-cards__wrap{padding-left:0}.number-cards__list-wrap{margin-left:calc(50% - 658px)}.number-cards__list{padding-right:calc(50% - 658px);width:calc(50% + 658px)}.number-cards__list:after{width:142px}}