
/* Background and padding for the data protection section */
.data-policy-section {
    background: linear-gradient(135deg, #b3d9f7, #a394cf, #c3b4e3);
    padding: 80px 15%;
    color: #333;
}

/* Container styling for better readability */
.data-policy-section .container {
    max-width: 900px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* H1 styling */
.data-policy-section h1 {
    font-size: 36px;
    color: #1c1c2e;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

/* H2 styling */
.data-policy-section h2 {
    font-size: 24px;
    color: #6b58cf;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align:left ;
}

/* Paragraph styling for improved line height */
.data-policy-section p {
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Styling for the unordered list */
.data-policy-section ul {
    margin-left: 20px;
    padding-left: 20px;
    list-style-type: disc;
    color: #555;
}
