.rewards-section {
  /* margin-top: 30%; */
  /* margin-top: 150px;

  width: 100%; */

  .reward-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    /* height: 80vh; */
    overflow-y: overlay;
    overflow-x: hidden;

    .reward {
      /* width: 22.5rem; */
      width: 90%;
      /* height: 20.3125rem; */
      height: fit-content;

      border-radius: 0.875rem;
      border: 0.5px solid #ebe4e3;
      background: #ebe4e3;
      box-shadow: 0 5px 10px 0 rgba(229, 229, 229, 0.5);
      padding: 0.44rem;
      position: relative;

      .outline {
        width: 4.0625rem;
        height: 4.5rem;
        transform: rotate(90deg);
        position: absolute;
        background: 0px 0px / 100% 100% no-repeat;
        right: 2px;
        bottom: -4px;
        border-radius: 0.875rem;
      }

      .reward-description {
        display: flex;
        margin-inline: 1rem;
      }

      .reward-content {
        position: relative;
        /* top: 3%; */

        .reward-info {
          margin-block: 0.72rem;
          /* width: 70%; */

          .logo {
            /* border-radius: 0.75rem; */
            width: 6.375rem;
            height: 2.193rem;
            /* flex-shrink: 0;
            aspect-ratio: 125 / 43; */
            object-fit: contain;
          }

          .title {
            color: #794d1f;

            font-size: 1.125rem;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin-block: 0.1rem;
          }

          .description {
            color: #492d10;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 300;
            /* line-height: 1rem; */
            letter-spacing: -0.02113rem;
            margin-block: 0.1rem;
          }

          .additional-description {
            color: #644527;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 700;
            line-height: 0.8125rem;
            margin-block: 0.1rem;
          }
        }

        .discount-section {
          margin-block: 1.5rem;

          .discount {
            color: #644527;
            width: 5.8125rem;
            font-size: 1rem;
            font-style: normal;
            font-weight: 800;
            line-height: 1rem;
            letter-spacing: -0.02113rem;
            position: absolute;
            bottom: 6rem;
          }

          .lottie-animation {
            width: 24vw;
            position: absolute;
            top: 25%;
          }
        }
      }

      .reward-image {
        /* width: 21.57575rem; */
        width: 100%;
        height: 9.1875rem;

        border-radius: 0.75rem;
        /* background: linear-gradient(168deg, #f4f0ef 11.22%, #e5dcda 91.39%); */
      }
    }
  }
}

.box-description {
  background: #EFEFEF;
  padding: 12px;
  margin: 16px 0;
  border-radius: 14px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);

  /*text-content*/
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;

  .highlight {
    color: #5A530F;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
  }

}

.additional-tagline{
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}



.checkmark {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  background-color: transparent;
  background-image: url('../images/checked.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.info-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #1a1b1b;
  font-size: 13px;
  line-height: 17px;
  flex: 1;
}

.info-section {
  flex: 1;
}

.info-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 14px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 10px;
}

.accept-offer {
  margin: 20px 0;
  background: #AF9E05;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  border-radius: 10px;

  /*text-content*/
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.read-more{
  cursor: pointer;
  /* color: #007bff; */
  /* font-weight: bold; */
    color: #5A530F;
  font-weight: 500;
  font-size: 13px;
}

.benefits-section {
    flex: 1;
}

.benefits-title {
    color: #5A530F;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 10px;
    /* 121.429% */
}

.benefits-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 6px;
}

.successmark {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    background-color: transparent;
    background-image: url('../images/tick.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.benefits-text {
    color: #5A530F;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    /* 100% */
}