#banners2 .container {
  gap: 48px;
  width: 1310px;
}

.banner-refer {
  height: 351px;
  background-image: url('../../../images/home/redesign/banner-refer-bg.png');
  background-image: image-set(url('../../../images/home/redesign/banner-refer-bg.png') 1x,
  url('../../../images/home/redesign/banner-refer-bg@2x.png') 2x);
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.banner-refer .title {
  font-size: 80px;
  transform: rotate(-4deg);
  margin: 42px auto 28px auto;
}
.banner-refer .title::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -44px;
  transform: rotate(4deg);
  background-image: url('../../../images/home/redesign/banner-refer-decor.png');
  background-image: image-set(url('../../../images/home/redesign/banner-refer-decor.png') 1x,
  url('../../../images/home/redesign/banner-refer-decor@2x.png') 2x);
  width: 490px;
  height: 117px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.banner-refer .desc {
  font-size: 22px;
  line-height: 32px;
  max-width: 500px;
}

.banner-refer .title .yellow {
  font-size: 70px;
}

.banner-refer .title .white {
  font-size: 58px;
  top: -4px;
  left: -12px;
}

.banner-refer .button {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  width: 160px;
}

.banner-club {
  height: 351px;
  background-image: url('../../../images/home/redesign/banner-club-bg.png');
  background-image: image-set(url('../../../images/home/redesign/banner-club-bg.png') 1x,
  url('../../../images/home/redesign/banner-club-bg@2x.png') 2x);
}

.banner-club .title {
  font-size: 72px;
  font-family: 'RifficFree-Bold';
}

.banner-club ul {
  column-count: 2;
  font-size: 20px;
  max-width: 490px;
}

.banner-club ul li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 12px;
}
.banner-club ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../../../images/home/redesign/icon-check.png');
  background-image: image-set(url('../../../images/home/redesign/icon-check.png') 1x,
  url('../../../images/home/redesign/icon-check@2x.png') 2x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.banner-club .more {
  font-size: 29px;
  line-height: 32px;
  margin: 14px 0 8px 0;
}

.banner-club .button {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  width: 160px;
}

@media screen and (max-width: 992px ) {
  #banners2 .container {
    flex-wrap: wrap;
  }

  .banner-club,
  .banner-refer {
    width: 100%;
  }
}

@media screen and (max-width: 567px ) {
  #banners2 {
    margin-top: 36px;
  }

  .banner-refer {
    height: auto;
    padding-bottom: 40px;
  }

  .banner-refer .title {
    font-size: 57px;
    margin-top: 37px;
    margin-bottom: 17px;
  }

  .banner-refer .title .yellow {
    font-size: 50px;
  }

  .banner-refer .title .white {
    font-size: 40px;
  }

  .banner-refer .title::before {
    height: 83px;
    left: -104px;
  }

  .banner-refer .desc {
    font-size: 18px;
    line-height: 26px;
    max-width: 320px;
  }

  .banner-refer .button {
    margin-top: 20px;
    width: 174px;
  }

  #banners2 .container {
    gap: 38px;
  }

  .banner-club {
    padding: 0 16px 40px 16px;
    height: auto;
  }

  .banner-club .title {
    font-size: 42px;
    margin-top: 28px;
    margin-bottom: 11px;
  }

  .banner-club ul {
    font-size: 15px;
  }

  .banner-club ul li {
    padding-left: 22px;
    margin-bottom: 9px;
  }

  .banner-club ul li:after {
    width: 19px;
    height: 19px;
  }

  .banner-club .more {
    font-size: 26px;
  }

  .banner-club .button {
    width: 174px;
  }
}

@media screen and (max-width: 380px ) {
  .banner-club .title {
    font-size: 38px;
    margin-bottom: 21px;
  }

  .banner-club .more {
    font-size: 20px;
  }

  .banner-club ul {
    font-size: 13px;
  }

  .banner-club ul li {
    margin-bottom: 15px;
  }
}