#worlds-champion .header img {display: block; margin: 0 auto 1rem;}
#worlds-champion .multi-panels ul li .header{color: rgb(68, 214, 44); font: bold 4.5rem / 1 Roboto;}
#worlds-champion .multi-panels ul li .body-copy {text-transform: uppercase;}
@media (min-width: 769px) {
	#worlds-champion .multi-panels ul {display: block; font-size: 0;}
	#worlds-champion .multi-panels ul li {display: inline-block; width: 33.333333%; padding-top: 2.5rem;}
	#worlds-champion .multi-panels ul li:nth-child(1),
	#worlds-champion .multi-panels ul li:nth-child(2) {width: 50%; padding-top: 0;}
}
@media (max-width: 768px) {
	#worlds-champion .multi-panels ul li .header{font-size:2rem;}
}
.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;       
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}
@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){}