.review-slides--stars svg {
  width: 15px;
}

.review__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 80.5rem;
  padding: 1rem;
}

@media screen and (min-width: 750px) {
  .review__box {
    max-width: 800px;
  }
}
