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

  width: 100%; */

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

    .reward {
      width: 90%;
      height: 18.625rem;

      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-content {
        position: relative;
        /* top: 3%; */

        .reward-info {
          margin: 0.72rem;
          margin-inline: 1.2rem;

          .logo {
            width: 3.08788rem;
            height: 3.1875rem;
            /* border-radius: 0.75rem; */
            object-fit: contain;
          }

          .title {
            width: 6.0625rem;
            color: #794d1f;
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
          }

          .description {
            color: #492d10;
            width: 14.0625rem;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 300;
            line-height: 1rem;
            letter-spacing: -0.02113rem;
          }

          .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: 100%;
        height: 9.1875rem;

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