.section-book__review {
  background: var(--theme-orange-gray);
}

.section-book__review .grid {
  align-items: center;
}

@media screen and (min-width: 750px) {
  .section-book__review .grid .first {
    order: -1;
  }
}

.section-book__review .block-card .star {
  color: var(--theme-yellow-color);
}
