.bm-review-count a {
  color: white !important;
}

.bm-review-count {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bm-review-count .col {
  width: 40% !important;
}

@media screen and (min-width: 640px) {
  .bm-review-count .col {
    width: 21% !important;
  }

  .bm-review-count {
    justify-content: flex-start;
  }
}
