.terms-section {
    padding: 40px 0;
}

.container {
    margin: auto;
    padding: 0 20px;
}

.title-img {
    margin-bottom: 30px;
}

.title-img img {
    max-width: 420px;    /* control title size */
    width: 100%;
    height: auto;
    display: block;
}


.terms-list {
    list-style: none;
    padding: 0;
}

.terms-list li {
    font-weight: 400;
    letter-spacing: 3px;
    font-family: "Rockwell", serif;
    display: flex;
    align-items: flex-start;
    margin-left: 35px;
    gap: 12px;
    font-size: 25px;
    color: #FFC700;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align:justify;
}

/* Coin Bullet */
.terms-list li::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/faq/img-5.webp) center / contain no-repeat;
    flex-shrink: 0;
    margin-top: 7px;
}

/* Responsive */
@media (max-width: 768px) {
    .terms-section {
        padding: 60px 0;
    }

    .terms-list li {
        font-size: 18px;
        margin-left: 15px
    }
}


.tc-section {
    color: #fff;
    position: relative;
}

.tc-wrapper {
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}


.tc-title {
    font-size: 25px;
    font-weight: 600;
    color: #FFC700;
    margin-bottom: 14px;
    font-family: "Rockwell", serif;
    margin-top: 30px;
    letter-spacing: 2px;
}

.tc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 20px;
}

.tc-list li {
    position: relative;
    padding-left: 40px;
    display: block;
    font-family: "Rockwell", serif;
    font-size: 20px;
    line-height: 1.7;
    color: #e0e0e0;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.tc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 25px;
    height: 25px;
    background-image: url("../images/terms/star.png");
    background-size: contain;
    background-repeat: no-repeat;
}


.tc-image img {
    max-width: 180px;
}


/* Decorations */
.decor {
    position: absolute;
    pointer-events: none;
}

.terms-pouch {
    top: 235px;
    right: 213px;
    width: 188px;
}

.cup {
    top: 924px;
    right: 187px;
    width: 202px;
}
.open {
    bottom: 1017px;
    right: 144px;
    width: 213px;
}
.box {
    bottom: 278px;
    right: 275px;
    width: 263px;
}


@media (min-width: 1900px) {
    .terms-pouch {
        top: 235px;
        right: 213px;
        width: 188px;
    }

    .cup {
        top: 924px;
        right: 187px;
        width: 202px;
    }
    .open {
        bottom: 1017px;
        right: 144px;
        width: 213px;
    }
    .box {
        bottom: 278px;
        right: 275px;
        width: 263px;
    }
}

@media (max-width: 1900px) {
    .terms-pouch {
        top: 236px;
        right: 213px;
        width: 188px;
    }

    .cup {
        top: 924px;
        right: 187px;
        width: 202px;
    }
    .open {
        bottom: 1017px;
        right: 144px;
        width: 213px;
    }
    .box {
        bottom: 278px;
        right: 275px;
        width: 263px;
    }
}


@media (max-width: 1600px) {
.terms-pouch {
    top: 250px;
    right: 125px;
    width: 168px;
}

.cup {
    top: 924px;
    right: 187px;
    width: 202px;
}
.open {
    bottom: 1017px;
    right: 144px;
    width: 213px;
}
.box {
    bottom: 278px;
    right: 169px;
    width: 210px;
}
}

@media (max-width: 1400px) {
.terms-pouch {
    top: 255px;
    right: 80px;
    width: 149px;
}

.cup {
    top: 934px;
    right: 104px;
    width: 194px;
}
.open {
    bottom: 1017px;
    right: 110px;
    width: 187px;
}
.box {
    bottom: 278px;
    right: 97px;
    width: 205px;
}
}

@media (max-width: 1200px) {
    .terms-pouch {
        top: 213px;
        right: 53px;
        width: 140px;
    }

    .cup {
        top: 934px;
        right: 20px;
        width: 172px;
    }
    .open {
        bottom: 1017px;
        right: 48px;
        width: 158px;
    }
    .box {
        bottom: 313px;
        right: 44px;
        width: 207px;
    }

    .prize-item span {
        font-size: 30px;
    }
}

@media (max-width: 992px) {

    .terms-pouch {
        top: 245px;
        right: 16px;
        width: 96px;
    }

    .cup {
        top: 1106px;
        right: 1px;
        width: 127px;
    }
    .open {
        bottom: 1077px;
        right: 25px;
        width: 122px;
    }
    .box {
        bottom: 324px;
        right: 20px;
        width: 170px;
    }

    .prize-item span {
        font-size: 30px;
    }

    .prize-list {
        padding-top: 25px;
        padding-left: 0px;
    }


}

@media (max-width: 767px) {
    .terms-pouch {
        display: none;
    }

    .cup {
        display: none;
    }

    .open {
        display: none;
    }
    .box {
        display: none;
    }

    .tc-list li {
        font-size: 16px;
    }
    .tc-title {
        font-size: 18px;
    }
    .tc-list li img {
        width: 20px;
        height: 20px;
    }
    .tc-list {
        margin: 0 0 30px 5px;
    }
}