body {
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
}

.outer-container {
  /* max-width: 1440px; */
  max-height: max-content;
  overflow: hidden;
  padding-left: 100px;
  padding-top: 16px;
  padding-right: 100px;
  padding-bottom: 16px;
  gap: 32px;
  margin-top: 120px;
}

.container-Rewards-section {
  /* max-width: 1240px; */
  font-family: 'Poppins';
}

.heading {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #222222;
  font-family: 'Poppins';
}

.section1 {
  font-family: 'Poppins';
  color: #222222;
}

.section1 h2 {
  padding-bottom: 12px;
  padding-top: 12px;
  margin-left: 10px;
  font-size: 22px;
  font-family: 'Poppins';
  font-size: 24px;
  color: #222222;
  font-weight: bold;
}

.section1 div {
  font-size: 16px;
  font-family: 'Poppins';
  color: #222222;
}

.highlight {
  font-size: 14px;
  color: #222222;
  font-weight: 600;
}

.border-bottom {
  border-bottom: 2px solid;
  padding-top: 5;
  padding-bottom: 20px;
}

.list1 {
  margin-left: 2px;
  list-style-type: disc;
  color: #222222;
}

.footer-text {
  margin-bottom: 0;
  padding-bottom: 10px;

}