<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.stars-block__headline {
  margin-bottom: 48px;
}

.stars-block__list {
  display: flex;
  flex-wrap: wrap;
}

.stars-block__item {
  width: 50%;
  padding-left: 64px;
  padding-right: 48px;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-position: left top;
}

.stars-block__item.is-star {
  background-image: url("img/star.svg");
  background-size: 40px;
}
.stars-block__item.is-lemon {
  background-image: url("img/lemon.svg");
  background-size: 50px;
}

.stars-block__item-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
}

.stars-block__item-text {
  font-size: 17px;
  line-height: 25px;
}

@media (max-width: 991px) {
  .stars-block__headline {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .stars-block__item {
    padding-right: 0;
    padding-left: 48px;
    background-size: 32px;
  }
  .stars-block__item-title {
    font-size: 24px;
    line-height: 30px;
  }
  .stars-block__item.is-lemon {
    background-position: left 3px;
    background-size: 40px;
  }
}
@media (max-width: 767px) {
  .stars-block__item-title {
    font-size: 22px;
  }
  .stars-block__item {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .stars-block__item {
    padding-left: 32px;
    background-size: 24px;
  }
}
</pre></body></html>