.rating-strip {
  background: #101010;
  color: #fff;
  padding: 18px 24px;
  text-align: center;
  font-size: 15px;
  letter-spacing: .02em;
}

.rating-strip .stars {
  color: #ffc107;
  letter-spacing: .12em;
  margin-right: 10px;
}

.rating-strip strong {
  font-size: 16px;
}

@media (max-width: 560px) {
  .rating-strip .stars {
    display: block;
    margin: 0 0 5px;
  }
}
