.privacy-section {
    background-color: white;
    padding: 40px 40px;
}

.privacy-container {
    max-width: 900px;
    margin: 0 auto;
}

.privacy-container h1 {
    font-size: 28px;
    color: #fdc516;
    margin-bottom: 30px;
    font-weight: bold;
}

.privacy-block {
    margin-bottom: 35px;
}

.privacy-block h3 {
    font-size: 20px;
    color: #1C3B4F;
    margin-bottom: 10px;
    font-weight: bold;
}

.privacy-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #1C3B4F;
    margin-bottom: 15px;
}

.privacy-block ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.privacy-block li {
    font-size: 16px;
    line-height: 1.7;
    color: #1C3B4F;
    margin-bottom: 8px;
}

.privacy-block strong {
    font-weight: bold;
}

.privacy-footer {
    margin-top: 60px;
}

.privacy-footer p {
    font-size: 28px;
    color: #fdc516;
    font-weight: bold;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 5px;
}