.privacy-container_text {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
}

.privacy-container_listText {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0.02em;
}

.privacy-container_alphaText {
    list-style-type: lower-alpha;
}

.privacy_header {
    font-size: 36px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
}

.privacy-normal_text {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0.02em;
}

.privacy-container_normalText {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 576px) {
    .privacy-container_text {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.02em;
    }

    .privacy-container_normalText {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
        letter-spacing: 0.02em;
    }

    .privacy-container_listText {
        font-size: 16px;
        font-weight: 300;
        line-height: 19px;
        letter-spacing: 0.02em;
    }

    .privacy_header {
        font-size: 24px;
        font-weight: 700;
        line-height: 23px;
        letter-spacing: 0em;
    }

    .privacy-normal_text {
        font-size: 16px;
        font-weight: 300;
        line-height: 19px;
        letter-spacing: 0.02em;
    }
}
