.count__container{display:flex;flex-wrap:wrap}.count__item{background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-left:0;flex:1;padding:4.8rem 0;text-align:center}.count__item:first-child{border-left:none}.count__item:last-child{border-right:none}@media screen and (max-width:989.98px){.count__item{border:1px solid rgb(var(--color-foreground));border-left:0;border-top:0;flex:0 0 50%;padding:3.2rem 0;width:50%}.count__item:first-child,.count__item:nth-child(2){border-top:1px solid rgb(var(--color-foreground))}.count__item:nth-child(odd){border-left:none}.count__item:nth-child(2n){border-right:none}}.count__item-subtitle{font-size:calc(var(--font-body-scale)*1.6rem)}