.centeredContent.customPageCenteredContent.font1[data-custom-id="6"] {
  width: 100% !important;
  margin: 0 auto 0px;
}

.bannerPuntos {
  width: 100%;
}

img.bannerDesk.desktopElement {
  width: 100%;
}

.redeem-section {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
}

.redeem-title {
  color: #f29100;
  margin-bottom: 40px;
  font-size: 20px;
  overflow: visible;
  text-align: center;
  font-weight: 600;
}

.redeem-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}

.redeem-card {
  background-color: #fff3e8;
  border-radius: 14px;
  padding: 65px 25px;
  width: 100%;
  max-width: 380px;
}

.redeem-card h3 {
  color: #f29100;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.redeem-card p {
  color: #f29100;
  font-size: 14px;
  line-height: 1.4;
}

.redeem-button {
  margin-top: 35px;
  background-color: #369d32;
  color: #fff;
  border: none;
  border-radius: 500px;
  padding: 17px 40px;
  font-size: 14px;
  cursor: pointer;
  /* border: 1px solid #369d32; */
  transition: all ease 0.3s;
}

.redeem-button:hover {
  background: #DDFAE2;
  color: #369d32;
}

@media screen and (max-width: 768px) {
  .bannerMobile {
    width: 100%;
  }

  .redeem-cards {
    flex-direction: column;
    margin-bottom: 0;
  }

  .redeem-card {
    max-width: unset;
    width: 75%;
    margin: 0 auto;
  }

  .redeem-section {
    margin: 40px auto 0;
  }
}
