.bpc3-world-grid{counter-reset:bpc-world}
.bpc3-world-card{counter-increment:bpc-world}
.bpc3-world-card__index{font-size:0}
.bpc3-world-card__index::after{content:counter(bpc-world,decimal-leading-zero);font-size:1rem}
@media screen and (min-width:750px) and (max-width:989px){
  .bpc3-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media screen and (min-width:990px){
  .bpc3-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
