    .privacy-content {
        padding: 30px 0 70px;
        text-align: left;
    }
    .privacy-content h1 {
        font-size: 40px;
        line-height: 48px;
        font-family: 'Plus Jakarta Sans';
        font-weight: 800;
        margin-bottom: 10px;
    }
    .last-updated {
        font-style: italic;
        color: #7f8c8d;
        margin-bottom: 30px;
        text-align: center;
    }
    .privacy-content h2 {
        font-size: 28px;
        line-height: 36px;
        margin-top: 40px;
        margin-bottom: 10px;
        color: #2160fd;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        font-family: 'Plus Jakarta Sans';
        font-weight: 800;
    }
    .privacy-content h3 {
        font-size: 22px;
        line-height: 28px;
        margin-top: 25px;
        margin-bottom: 15px;
        color: #333;
    }
    .privacy-content p {
        font-size: 18px;
        line-height: 28px;
        color: #474747;
        margin-bottom: 15px;
    }
    .privacy-content ul, .privacy-content ol {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .privacy-content li {
        font-size: 18px;
        line-height: 28px;
        color: #474747;
        margin-bottom: 10px;
        list-style: disc;
    }
    .section {
        margin-bottom: 30px;
    }
    .highlight-box {
        background-color: #f0f3fb;
        border-left: 4px solid #2160fd;
        padding: 20px;
        margin: 20px 0;
        border-radius: 0 4px 4px 0;
    }
    .contact-info {
        background-color: #f5f8fc;
        padding: 30px;
        border-radius: 10px;
        margin-top: 40px;
    }
    strong {
        font-weight: 700;
    }
    
    @media only screen and (max-width: 767px) {
        .privacy-content h1 {
            font-size: 30px;
            line-height: 38px;
        }
        .privacy-content h2 {
            font-size: 24px;
            line-height: 30px;
        }
        .privacy-content h3 {
            font-size: 20px;
            line-height: 26px;
        }
        .privacy-content p, .privacy-content li {
            font-size: 16px;
            line-height: 24px;
        }
        .contact-info {
            padding: 20px;
        }
    }
