.star-5-point {
  width: 60px;
  height: 60px;
  /* New green gradient */
  background: linear-gradient(45deg, #44d62c, #2fb81f);
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}
/* Optional: green glow */
.glow {
  filter: drop-shadow(0 0 12px rgba(68, 214, 44, 0.7));
}
.stars-wrap {
  display: flex;
  gap: 12px;          /* space between stars */
  justify-content: center;
  align-items: center;
}
@media(max-width:768px){
.star-5-point {
  width: 45px;
  height: 45px;}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}