.banner__wrapper {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.banner__text {
  line-height: 1;
  padding-top: 2px;
  font-weight: bolder;
}

.banner__stars {
  display: flex;
  align-items: center;
}