.sec_title_wrap .sec_title {
    font-size: 0.22rem;
}
.privacy_policy_section {
    max-width: 8.6rem;
    margin: 0 auto;
}
.privacy_policy_section:not(:first-child) .sec_title {
    margin-top: 0.4rem;
}
.text {
    font-size: 0.16rem;
    line-height: 1.75;
}
.text p {
    padding-bottom: 0.4rem;
}
.text p:last-child {
    padding-bottom: 0;
}
.text ul {
    list-style: disc;
    margin-inline-start: 0.16rem;
}
.last {
    text-align: center;
}
@media screen and (max-width:640px) {
    .sec_title_wrap .sec_title {
        font-size: 0.14rem;
        padding-bottom: 0.25rem;
    }
    .text {
        font-size: 0.12rem;
    }
    .text p {
        padding-bottom: 0.27rem;
    }
    .privacy_policy_section .list p {
        padding-bottom: 0.2rem;
    }
    .last .sec_title_wrap .sec_title {
        margin-top: 0;
    }
}