.privacy__policy {
    width: 90%;
    max-width: 1400px;
    margin: 20px auto;
}

.privacy__policy__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

.privacy__policy__wrpr {
    font-weight: 400;
    font-size: 18px;
    color: #777777;
}

.privacy__policy__wrpr p {
    margin-bottom: 30px;
    line-height: 1.5;
     text-align: justify;
}

.privacy__policy__wrpr p:has(ins strong) {
    margin-bottom: 15px;
}

.privacy__policy ul li p {
    margin-bottom: 0;
}

.privacy__policy__wrpr ol li p {
    margin-bottom: 0;
}

.privacy__policy__wrpr a {
    color: black;
}

.privacy__policy__wrpr ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

.privacy__subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 11px;
}

.privacy__subtitle__para p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #777777;
    margin-bottom: 24px;
}

.privacy__subtitle__wrpr {
    margin-bottom: 48px;
}

.privacy__subtitle__para ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #777777;
}

@media screen and (max-width:1439px) {

    .privacy__policy__title {
        font-size: 40px;
        line-height: 1.5;
    }
}

@media screen and (max-width:1024px) {
    .privacy__policy__title {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 20px
    }

    .privacy__subtitle {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.5;
        color: #000000;
        margin-bottom: 16px
    }

    .privacy__subtitle__para p {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.7142857;
        color: #777777
    }

    .privacy__subtitle__para ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5;
        color: #777777
    }
}

@media screen and (max-width:767px) {
    .privacy__policy {
        margin: 10px auto;
    }

    .privacy__policy__title {
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .privacy__policy__wrpr {
        font-size: 12px;
    }

    .privacy__subtitle {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.0;
        color: #000000;
        margin-bottom: 22px
    }

    .privacy__subtitle__para p {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5;
        color: #777777
    }

    .privacy__policy__wrpr ul {
        margin-bottom: 10px;
    }
}