.review-container {
  background-color: #4d4d4d;
  color: white;
  padding: 20px;
  background-image: url(/wp-content/themes/accio-media/src/App/Widgets/Review/assets/svg/iconmonstr-quote3-right-filled.svg);
  background-position: bottom -140px right 50px;
  background-repeat: no-repeat;
  background-size: 105%;
}

.review-container .evaluation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-container .evaluation .person {
  font-weight: 600;
  font-size: 16px;
}

.review-container .description {
  margin-top: 20px;
}

.description p:not(:last-child) {
  margin-bottom: 10px;
}
