/* General page styling */
.privacy-policy-section {
    padding: 2% 20%;
    margin-top: 120px;
}

.privacy-policy-title {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
}

.privacy-policy-description {
    font-size: 22px;
    color: #334155;
    margin-bottom: 40px;
    line-height: 1.5;
}

/* Section titles */
.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Lists and paragraphs within sections */
ul {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 1rem;
    color: #334155;
}

p {
    font-size: 1rem;
    color: #334155;
    line-height: 1.6;
}
