.fit-cover {
  object-fit: cover;
}

.rate-stars {
  color: #355151;
  max-width: 500px;
  border-style: none;
  height: 53px;
  font-size: 40px;
  border-radius: 70px;
}

.rate-stars:hover {
  color: var(--bs-yellow);
  background: transparent;
}

.rate-stars: {
}

.rate-stars:active {
  color: yellow;
}

.rate-stars:checked {
  color: yellow;
}