
.redeem__wrapper-content {
  /* background: #fffaee; */
  background-image: url(../images/redeem-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5%;
  box-shadow: 0 0 20px #999;
}
.id-radaman-promotion .redeem .common__flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
          justify-content: space-around;
}
.id-radaman-promotion .redeem__item {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}
@media only screen and (max-width: 960px) {
  .redeem__wrapper-content {
    background-image: url(../images/redeem-bg-xs.jpg);
    background-repeat: repeat;
    background-size: contain;
  }
  .id-radaman-promotion .redeem__item {
    width: 90%;
    margin: 0 auto;
  }
}

.redeem__item figure {
  width: 45%;
  margin: 10px auto;
}


.redeem__item h4 {
  text-align: center;
  font-size: var(--block-title-md);
  font-weight: bold;
  color: #ffea00;
}

.id-radaman-promotion .redeem__item p {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 18px;
}
.id-radaman-promotion .redeem__item a, .id-radaman-promotion .redeem__item span {
  color: #bf997c;
}

@media only screen and (max-width: 768px) {
  .id-radaman-promotion .redeem__item p {
    margin-top: 10px;
  }
}


.id-radaman-promotion .redeem__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
@media only screen and (max-width: 960px) {
  .id-radaman-promotion .redeem__btn {
    display: block;
    padding-top: 0px;
  }
}
.id-radaman-promotion .redeem__btn a {
  font-family: sans-serif;
  width: auto;
  padding: 10px 20px;
  font-size: var(--text-lg);
  font-weight: bold;
  margin: 0 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #1b6852;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;


  background-image: url(../images/pbm-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 960px) {
  .id-radaman-promotion .redeem__btn a {
    width: 100%;
    margin: 5% auto;
    font-size: 16px;
  }
}
.id-radaman-promotion .redeem__btn a:hover {
  background-image: url(../images/pbm-btn-y.png);
  
}

.id-radaman-promotion  .common__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .id-radaman-promotion  .common__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.id-radaman-promotion  .common__flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}