@charset "utf-8";

.privacy-titlle {
    margin-top: 20px;
    color: #70AE2F;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.privacy-text {
    text-align: justify;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.privacy-list {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;

}

.privacy-list li {
    list-style: disc;
    margin-left: 1.3em;
}

.privacy-container {
    padding-bottom: 30px;
}

.privacy-container p {
    text-align: justify;
}