.carousel--flex{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.carousel-stars{
  display:flex;
  column-gap:2px;
}
.full-star{
    width:16px;
    height:16px;
    background-color:#00b67a;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    padding-bottom: 2px;
}