.has-stars .stars {
  display: block;
  position: absolute;
}

@media (width <= 1023.98px) {
  .has-stars .stars {
    display: none;
  }
}

.has-stars .stars--left {
  top: 100%;
  left: -30px;
}

.has-stars .stars--left .star--yellow {
  width: 15px;
  height: 15px;
  top: 12px;
  right: 30px;
}

.has-stars .stars--left .star--blue {
  width: 21px;
  height: 21px;
  top: -12px;
  right: 0;
}

.has-stars .stars--right {
  top: 0;
  right: -30px;
}

.has-stars .stars--right .star--blue {
  width: 10px;
  height: 10px;
  top: 12px;
  left: 30px;
}

.has-stars .stars--right .star--yellow {
  width: 21px;
  height: 21px;
  top: -12px;
  left: 0;
}

.has-stars .star {
  max-width: none;
  position: absolute;
  transform: translateY(-50%);
}
/*# sourceMappingURL=has-stars.css.map */
