html,
body {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
        'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.privacyPolicy {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 32px;
    color: #333333;
    font-size: 14px;
}

.title {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
}

.time {
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.timeSy {
    gap: 10px;
    line-height: 30px;
}

.timeSy-true {
    display: flex;
    flex-direction: row;
    gap: 10px;
    line-height: 30px;
}

.content {
    width: 100%;
    margin-top: 20px;
}

p {
    /*text-overflow: clip;*/
    /*text-align: justify;*/
    /*hyphens: auto;*/
}

.text-indent {
    /* text-indent: 2rem; */
}

.subTitle {
    font-size: 16px;
}

.strong {
    font-weight: bold;
}

a {
    color: #0000ee;
    font-weight: bold;
}