.vip-cont{
  background-image: url("https://img-va.myshopline.com/image/store/1745820125227/image-2025-04-11-05-01-45-407.png");
   width: 100%;   
     background-size: cover;                     
  background-position: center center;       
  background-repeat: no-repeat;   
  height: 600px;
  display: flex;
}
.vip-join{
  background-color: #000000;
  color: #ffffff;
  max-width:480px ;
  width: 100%;
}
.vip-text{
  padding: 0 70px;
  margin-top: 213px;
}
.vip-text-heading{
  font-size: 40px;
    font-family: NeutrafaceText-Book;
    font-weight: 400;
    font-style: normal;
}
.vip-text-2{
  font-size: 18px;
    font-family: "NeutrafaceText-Book";
    font-weight: 400;
    font-style: normal;
}
.vip-text-btn{
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
  /* font-family: "Neutraface-Text-Book"; */
  padding: 5px 20px;
  max-width: 180px;
  text-align: center;
  margin-top: 24px;
}
.vip-enjoy{
  height: 375px;
  width: 100%;

}
.vip-enjoy-body{
  margin: 0 auto;
  height: 100%;
    padding: 65px 0;
    max-width: 960px;
    width: 100%;
}
.vip-enjoy-heading{
  color: rgb(0, 0, 0);
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 40px;
    padding: 0 120px;
}
.vip-reward-list{
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 112px;
    -moz-column-gap: 112px;
    column-gap: 112px;
    margin-top: 20px;
}
.vip-reward-list-item{
   text-align: center;
       width: 188px;
}
.vip-reward-list-item-name{
  font-size: 20px;
    font-weight: 400;
    font-style: normal;
}
.vip-reward-list-item-desc{
  color: #6c6c6c;
  font-size: 16px;
}
.member-point__title{
  letter-spacing: 0;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  body .member-plugin-point__app-block[data-id="template--page--MemberSystem__app-blocks__member-plugin-point-redeem-2"] .member-point__title {
    font-size: 20.8px !important;
  }
}