 .redeem__textbox {
  padding: 0 0px 10px;
  text-align: center;
  min-height: 320px;
  color: #fff;
}

 .redeem__itembox {
  width: 100%;
  margin: 3% auto;
}

 .redeem__itembox-logo {
  max-width: 250px;
  margin: 0 auto;
}

 .redeem__itembox-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

 .redeem__itembox-title span {
  font-size: 18px;
  color: #fff;
}

 .redeem__itembox-text {
  margin-bottom: 10px;
}

 .redeem__itembox-date {
  font-size: 14px;
  color: #fff;
}

 .redeem__itembox-link {
  margin: 3% auto 10%;
}

 .redeem__itembox-btn {
  color: #fff;
  position: relative;
  display: block;
  margin: 10px 10px 0;
  padding: 5px 20px;
  font-size: 18px;
  border: 4px solid #f0b500;
  background: #202020;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

 .redeem__itembox-btn:hover {
  background: #f0b500;
  color: #000000;
}

 .redeem__itembox-img {
  padding: 0 0px;
}

 .tc span {
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
}

@media (min-width: 996px) {
   .redeem__textbox {
    padding: 0 20px;
    text-align: center;
    min-height: 320px;
    width: 70%;
  }
   .redeem__itembox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
   .redeem__itembox-btn {
    color: #fff;
    position: relative;
    display: block;
    margin: 10px 10px 0;
    padding: 5px 20px;
    font-size: 18px;
    border: 4px solid #f0b500;
    background: #202020;
  }
   .redeem__itembox-img {
    padding: 0 20px;
  }
}

@media (min-width: 996px) {
     .redeem-step__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  
   .redeem-step__wrapper-item {
    width: 100%;
  }
  
  @media (min-width: 996px) {
     .redeem-step__wrapper-item {
      width: 40%;
      margin: 0 20px;
    }
  }
  
  
   .redeem-step__wrapper-item figure {
    width: 50%;
    margin: 0 auto;
  }

  .redeem-step__wrapper-item figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
   .redeem-step__wrapper-item .redeem-title {
    text-align: center;
    margin: 20px;
  }
  
   .redeem-step__wrapper-item .redeem-title span {
    font-size: 24px;
    font-style: italic;
    display: inline-block;
    background: #ad8a38;
    padding: 2px 15px;
  }
  
   .redeem-step__wrapper-item p a {
    color: #b48f2f;
  }
  
   .redeem-step__wrapper-arrow {
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #ad8a38;
    font-size: 50px;
  }
  
  @media (min-width: 996px) {
     .redeem-step__wrapper-arrow {
      padding-top: 50px;
      -webkit-transform: initial;
      transform: initial;
    }
  }

  .btns__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

.btns__wrapper-item{
    text-align: center;
    display: inline-block;
    background: url(https://storage-asset.msi.com/event/2024/MY/NB-MY-CAPCOM-MH/images/my-btn.jpg) no-repeat center center/cover;
    /* padding: 20px; */
    width: 250px;
    padding: 5px ;
    box-shadow: 0 0 5px #000000d7;
    margin: 10px;
    font-size: 20px;
    font-weight: 700;
}

.btns__wrapper-tc{
    padding: 19px 0;
}

.gradientText{

    background: -webkit-linear-gradient(#ead491, #d8ae5c, #ead491);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}