.review-flat-title {
  gap: 18px;
}

.review-flat-title .title {
  font-family: 'Bellefair';
}

@media (min-width: 768px) {
  .review-flat-title .title {
    font-size: 32px;
    line-height: 38.4px;
  }
}

.review-line {
  width: 100%;
  border-bottom: 1px solid rgb(228, 208, 208);
  display: inline-block;
  vertical-align: middle;
}

.checked {
  color: #E5B840;
}

.color{
  color: #e0e0e0;;
}

.review-progress{
  width: 100px; 
  height: 20px;
  background-color: #e0e0e0; 
  border-radius: 0px; 
  overflow: hidden;
}

.review-boder{
  border: 1px solid rgb(226, 226, 226);
  padding: 15px; 
  border-radius: 10px;
}