.redeem {
  &__top {
    &:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: #FFF100;
      background: linear-gradient(0deg, rgba(255, 241, 0, 1) 0%, rgba(255, 255, 255, 0) 55%);
    }
  }

  &__list-point {
    &::before,
    &::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20%;
      height: 100%;
      background: url('../../public/images/bg-half-circle-left.png') left/contain no-repeat;
    }

    &::after {
      left: auto;
      right: 0;
      background: url('../../public/images/bg-half-circle-right.png') right/contain no-repeat;
    }
  }
}
