.container {
    color: #333;
    line-height: 1.6;
}

.page-title-h1 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    color: #1a1a1a;
    text-transform: uppercase;
}

.page-title-h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1e3a8a;
    border-left: 4px solid #1e3a8a;
    padding-left: 0.5rem;
}

.page-title-h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #374151;
}

.page-description p {
    margin-bottom: 1rem;
    text-align: justify;
}


.page-list,
.page-description ul {
    list-style: none;
    padding-left: 1rem;
    margin-bottom: 1rem;
    border-left: 3px solid #e5e7eb;
}

.page-list__item,
.page-description ul li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}

.page-list__item::before,
.page-description ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4b5563;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .container-confidentiality {
        padding: 0 15px;
    }
    .page-title-h1 {
        font-size: 1.5rem;
    }

    .page-title-h2 {
        font-size: 1.25rem;
    }

    .page-title-h3 {
        font-size: 1.1rem;
    }
}