.footer-main .footer-info .footer-info-phone {      margin-bottom: 5px;  }  
.privacy-policy-container h1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #333;
}

.last-updated {
    color: #666;
    margin-bottom: 30px;
    font-style: italic;
}

.policy-intro {
    margin-bottom: 30px;
}

.policy-section {
    margin-bottom: 40px;
}

.policy-section h2 {
    font-size: 22px;
    color: #444;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.policy-section h3 {
    font-size: 18px;
    color: #555;
    margin-top: 20px;
    margin-bottom: 10px;
}

.policy-section ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.policy-section ul li {
    margin-bottom: 8px;
}

.policy-footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-style: italic;
}

@media (max-width: 768px) {
    .privacy-policy-container {
        padding: 15px;
    }
    
    .privacy-policy-container h1 {
        font-size: 24px;
    }
    
    .policy-section h2 {
        font-size: 20px;
    }
    
    .policy-section h3 {
        font-size: 16px;
    }
}