.prize-global {
  padding-top: 64px;
  position: relative;
}

.prize-container {
  display: flex;
  border-radius: 32px;
  background: linear-gradient(
    270deg,
    #041330 9%,
    #031a3a 99%,
    rgba(3, 26, 58, 0) 75.01%
  );
	border: 1px solid;
	border-image-source: linear-gradient(275.96deg, #000000 0%, #666666 100%);
  min-height: 393px;
  overflow: hidden;
}

.prize-left {
  flex: 0 0 63%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.prize-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(270deg, #041330 0%, #031a3a 8.76%, rgba(3, 26, 58, 0) 68.01%);
}
.prize-right {
  flex: 1;
  padding: 49px 60px 103px 24px;
}
.prize-right-text {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.prize-right-title {
  display: flex;
  gap: 10px;
}
.prize-right-title span {
  color: #fff;
}
h2.h2 {
  font-weight: 500 !important;
  font-family: "Roboto";
}
.prize-star {
  display: flex;
  gap: 12px;
  flex-direction: column;
  color: #fff;
}
.prize-star-desc {
  font-family: "Roboto";
  font-size: var(--text-size-3);
  color: #D0D5DD;
}
.prize-right-btn {
  margin-top: 43px;
}
.prize-right-btn a {
  gap: 10px;
  display: flex;
  align-items: center;
  color: #fff;
}
.prize-right-title h2.fw-semibold{
	color:#D0D5DD !important;
	font-size: 18px;
}
.prize-right-flag img {
  width: 100px;
  height: 109px;
  position: absolute;
  top: 54px;
  right: 30px;
}
@media (max-width: 1300px) and (min-width: 1025px) {
  .prize-left::after {
    background: linear-gradient(
      270deg,
      #041330 0%,
      #031a3a 8.76%,
      rgba(3, 26, 58, 0) 49.01% 49.01%
    );
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .prize-left::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
      270deg,
      #041330 0%,
      #031a3a 12.76%,
      rgba(3, 26, 58, 0) 49.01%
    );
  }
  .prize-right-btn {
    margin-top: 20px;
  }
  .prize-container {
    height: 400px;
  }
  .prize-left {
    flex: 0 0 62%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .prize-container {
    flex-direction: column;
    background: linear-gradient(
      0deg,
      #041330 14.08%,
      #031a3a 58.48%,
      rgba(3, 26, 58, 0) 50.8%
    );
    height: auto;
  }
  .prize-left {
    flex: unset;
    width: 100%;
    height: 250px;
  }
  .prize-right {
    padding: 0 0 20px 0;
    margin: 0 auto;
  }
  .prize-right-title {
    margin-top: 30px;
    justify-content: center;
  }
  .prize-right-content {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .prize-global {
    padding-top: 32px;
  }
  .prize-container {
    flex-direction: column;
    background: linear-gradient(
      0deg,
      #041330 14.08%,
      #031a3a 58.48%,
      rgba(3, 26, 58, 0) 50.8%
    );
    gap: 20px;
    height: auto;
	min-height: auto;
  }
  .prize-left {
    width: 100%;
    height: 289px;
  }
  .prize-left {
    flex: unset;
  }
	.prize-left::after{
	width: 0;
   }
  .prize-right {
    padding: 0 0 40px 0;
  }
  .prize-right-content {
    width: 100%;
  }
  .prize-right-text {
    text-align: center;
    gap: 18px;
	padding: 0 12px;
  }
  .prize-right-title {
    margin-top: 20px;
  }
  .prize-right-title {
    margin: 0 auto;
  }
  .prize-right-title span {
    font-size: var(--text-size-1);
  }
  h2.h2 {
    font-size: var(--text-size-4);
    margin-bottom: 0;
  }
  .prize-star-desc {
    font-size: 14px;
  }
  .prize-right-btn {
    display: none;
  }
  .prize-right-flag img {
    width: 45px;
    height: 49px;
    top: 27px;
  }
}
@media (max-width: 576px) {
  .prize-left {
    width: 100%;
    height: 164px;
  }
    .prize-right {
    padding: 0 0 24px 0;
  }
}
