.centeredContent.customPageCenteredContent.font1[data-custom-id="5"] {
  width: 100% !important;
  margin: 0 auto 0px;
}

.points-section {
  max-width: 1100px;
  margin: 40px auto 0;
  text-align: center;
  width: 100%;
}

.bannerPuntos {
  width: 100%;
}

img.bannerDesk.desktopElement {
  width: 100%;
}

.points-title {
  color: var(--secondary);
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
  overflow: visible;
  text-align: center;
}

.points-card {
  background-color: #ddfae2;
  border-radius: 20px;
  padding: 40px 25px;
}

.points-text {
  color: var(--secondary);
  margin: 10px 0;
  font-size: 15px;
}

.points-badge {
  display: inline-block;
  background-color: #369d32;
  color: #fff;
  font-weight: 700;
  padding: 6px 14px;
  margin: 15px 0;
  font-size: 14px;
}

.points-small {
  margin-top: 10px;
  font-size: 14px;
  color: var(--secondary);
}

.points-legal {
  margin-top: 20px;
  font-size: 12px;
  color: var(--secondary);
}

.points-button {
  margin-top: 35px;
  background-color: #f29100;
  color: #fff;
  border: none;
  border-radius: 500px;
  padding: 17px 40px;
  font-size: 14px;
  cursor: pointer;
  /* border: 1px solid #f29100; */
  transition: all ease 0.3s;
}

.points-button:hover {
  background: #FFF3E8;
  color: #f29100;
}

@media screen and (max-width: 768px) {
  .bannerMobile {
    width: 100%;
  }

  .points-card {
    width: 75%;
    margin: 0 auto;
  }
}
