.policy-container {
    max-width: 80%;
    margin: 40px auto;
    background: #fff;

    border-radius: 12px;

    color: #333;
    line-height: 1.7;
}

.policy-container h1 {
    text-align: center;
    color: #43a047;
    margin-bottom: 30px;
    font-size: 2.5rem;
}

.policy-section {
    margin-bottom: 30px;
}

.policy-section h2 {
    color: #43a047;
    font-size: 1.8rem;
    margin-bottom: 10px;
}



.policy-section p {
    font-size: 1.1rem;
    color: #555;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .policy-container {
        padding: 20px;
        max-width: 100% !important;
    }

    .policy-container h1 {
        font-size: 2rem;
    }

    .policy-section h2 {
        font-size: 1.5rem;
    }
}