body {
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.top-sec {
    padding: 0 38px;
}

.heading-sec {
    padding: 21px 0;
}

.heading-sec h2 {
    font-family: Oleo!important;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 39px;
    margin: 0;
    text-transform: uppercase;
}

.border-sec {
    background: #262626;
    box-shadow: inset 0px -0.5px 0.5px #5C5C5C, inset 0px 1px 0.25px #000000;
    border-radius: 4px;
    height: 3px;
}

.vip-cnt-sec {
    background-image: url('../images/became_affiliate/vip-bg.jpg');
    background-size: cover;
    padding: 24px 153px;
}

.vip-cnt-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.vip-cnt-lft {
    width: 32.4%;
}

.vip-cnt-lft img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.vip-cnt-rgt {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #5C5C5C;
    box-sizing: border-box;
    border-radius: 40px;
    /* width: calc(100% - 542px); */
    width: 59.3%;
    padding: 73px 70px 48px 70px;
    text-align: center;
}

.vip-cnt-rgt .vip-cnt-head h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #7FF800;
    text-shadow: 0px 0px 3px #000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    position: relative;
}

.vip-cnt-rgt .vip-cnt-head h3:before,
.vip-cnt-rgt .vip-cnt-head h3:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.vip-cnt-rgt .vip-cnt-head h3:before {
    content: url('../images/became_affiliate/star-01.svg');
    left: -94px;
}

.vip-cnt-rgt .vip-cnt-head h3:after {
    content: url('../images/became_affiliate/star-02.svg');
    right: -94px;
}

.member-cnt {
    margin: 38px 0 68px 0;
}

.member-cnt h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.member-cnt h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 53px;
    text-align: center;
    color: #FCE403;
    text-shadow: 0px 0px 3px #000;
    margin: 20px 0;
}

.member-cnt p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.gift-sec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 25px;
    margin: 0;
    list-style-type: none;
    gap: 20px 12%;
}

.gift-sec ul li {
    display: flex;
    flex-wrap: wrap;
    flex-basis: min-content;
    flex-flow: column;
}

.icon-sec {
    background: linear-gradient(144.01deg, #2A2A2A 13.99%, rgba(42, 42, 42, 0.2) 87.72%);
    width: 124px;
    height: 124px;
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
}

.gift-sec p {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    margin: 0;
}

@media (max-width:1660px) {
    .vip-cnt-sec {
        padding-left: 40px;
        padding-right: 40px;
    }
    .vip-cnt-rgt {
        padding-left: 40px;
        padding-right: 40px;
    }
    .gift-sec ul {
        padding: 0;
    }
}

@media (max-width:1280px) {
    .vip-cnt-lft,
    .vip-cnt-rgt {
        width: 100%;
    }
    .vip-cnt-rgt {
        margin-top: 40px;
    }
}

@media (max-width:767px) {
    .vip-cnt-lft img {
        width: 192px;
    }
    .vip-cnt-rgt {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 8%;
        padding-right: 8%;
    }
    .member-cnt {
        margin-top: 19px;
        margin-bottom: 24px;
    }
    .vip-cnt-sec {
        padding-left: 16px;
        padding-right: 16px;
    }
    .icon-sec {
        width: 100px;
        height: 100px;
    }
    .icon-sec img {
        width: 50px;
    }
    .member-cnt h3 {
        font-size: 18px;
    }
    .member-cnt p {
        font-size: 18px;
    }
    .member-cnt h2 {
        font-size: 38px;
    }
    .gift-sec p {
        font-size: 16px;
    }
    .vip-cnt-rgt .vip-cnt-head h3 {
        font-size: 26px;
    }
}

@media (max-width:547px) {
    .heading-sec h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .vip-cnt-rgt .vip-cnt-head h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .member-cnt h3 {
        font-size: 13px;
        line-height: 16px;
    }
    .member-cnt h2 {
        font-size: 14px;
        line-height: 17px;
        margin-top: 9px;
        margin-bottom: 6px;
    }
    .member-cnt p {
        font-size: 12px;
        line-height: 15px;
    }
    .icon-sec {
        width: 62px;
        height: 62px;
    }
    .icon-sec img {
        width: 33.72px;
        height: 32.63px;
    }
    .gift-sec ul {
        padding: 0;
        gap: 20px 8%;
    }
    .gift-sec ul li {
        display: inherit;
        width: 33.333%;
    }
    .gift-sec p {
        font-size: 10px;
        line-height: 12px;
    }
    .vip-cnt-rgt .vip-cnt-head h3:before {
        content: url('../images/became_affiliate/star-mobile-01.svg');
        left: -42px;
    }
    .vip-cnt-rgt .vip-cnt-head h3:after {
        content: url('../images/became_affiliate/star-mobile-02.svg');
        right: -42px;
    }
    .vip-cnt-rgt .vip-cnt-head h3:before,
    .vip-cnt-rgt .vip-cnt-head h3:after {
        position: relative;
    }
    .vip-cnt-rgt .vip-cnt-head h3:before {
        left: 0;
    }
    .vip-cnt-rgt .vip-cnt-head h3:after {
        right: 0;
    }
}

@media (max-width:360px) {
    .vip-cnt-rgt .vip-cnt-head h3 {
        font-size: 4vw;
    }
    .member-cnt h3 {
        font-size: 3.5vw;
    }
    .member-cnt p {
        font-size: 3.5vw;
    }
}

@media (min-width:270px) and (max-width:319px) {
    .gift-sec ul {
        gap: 0 7%;
    }
    .icon-sec img {
        width: 28px;
        height: 28px;
    }
    .vip-cnt-rgt {
        padding-left: 4%;
        padding-right: 4%;
    }
}