.privacy-wrapper {
    max-width: 95%;
    margin: 6rem auto;
    padding: 3.5rem;
    /* border-radius: 8px; */
}

.privacy-header {
    margin-bottom: 3rem;
}

.privacy-header h1 {
    font-size: 4rem;
    margin-bottom: 1.2rem;
    font-weight: bold;
    color: #003200;
}

.italic-span {
    font-style: italic;
}

/* .privacy-header .highlighted {
  color: #169fa7;
} */

.privacy-header p {
    font-size: 1.6rem;
    line-height: 1.7;
}

.privacy-section {
    margin-bottom: 4rem;
    border-bottom: 1px solid #00a200;
    padding-bottom: 2rem;
}

.privacy-section h3 {
    font-size: 2.2rem;
    color: #003200;
    font-weight: 700;
    margin-bottom: 1rem;
}

.privacy-section h4 {
    font-size: 1.8rem;
    font-weight: bold;
}

.privacy-section p {
    font-size: 1.7rem;
    line-height: 1.6;
    margin: 1rem 0;
}

.privacy-section p a {
    color: black;
}

.privacy-list {
    list-style: disc inside;
    padding-left: 2.2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    list-style-position: outside;
}

.privacy-list li {
    font-size: 1.7rem;
    line-height: 1.6;
    margin-bottom: 0.7rem;
}

.privacy-list li a {
    color: black;
}

@media (max-width: 768px) {
    .privacy-wrapper {
        padding: 2rem 1.5rem;
    }

    .privacy-header h1 {
        font-size: 3rem;
    }

    .privacy-section h3 {
        font-size: 2rem;
    }

    .privacy-header p,
    .privacy-section p,
    .privacy-list li {
        font-size: 1.6rem;
    }
}