.dsc-light .dsc-counter__description,.dsc-light .dsc-counter__description p,.dsc-light .dsc-counter__header-subtitle,.dsc-light .dsc-counter__header-title,.dsc-light .dsc-counter__item-box,.dsc-light .dsc-counter__item-number{color:var(--clr-text-lt)}.dsc-dark .dsc-counter__description,.dsc-dark .dsc-counter__description p,.dsc-dark .dsc-counter__header-subtitle,.dsc-dark .dsc-counter__header-title,.dsc-dark .dsc-counter__item-box,.dsc-dark .dsc-counter__item-number{color:var(--clr-text-dk)}.dsc-counter__items{display:flex;flex-wrap:wrap;margin:0 -15px}.dsc-counter__item{display:flex;flex:0 0 100%;margin-top:15px;max-width:100%;padding:0 15px;text-align:center}.dsc-counter__item-number{font-size:48px;margin:0}.dsc-counter__item-box{flex-grow:1}.dsc-counter--box .dsc-counter__item-box{border-radius:6px;padding:50px 20px}.dsc-counter--border .dsc-counter__items-wrap{border:1px solid #ddd;border-radius:6px}.dsc-counter--border .dsc-counter__item:not(:last-child) .dsc-counter__item-box{border-right:1px solid #ddd}.dsc-counter--border .dsc-counter__item{margin:0}.dsc-counter--border .dsc-counter__item-box{padding:40px 20px}.dsc-light.dsc-counter--box .dsc-counter__item-box{background-color:var(--clr-bg-accent-lt)}.dsc-dark.dsc-counter--box .dsc-counter__item-box{background-color:var(--clr-bg-accent-dk)}@media only screen and (min-width:768px){.dsc-counter__item{flex:0 0 25%;max-width:25%}}