.policy-container {
    padding: 40px 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat', sans-serif;
    color: #333;
    margin: 20px auto;
    max-width: 800px;
}

.policy-title {
    font-size: 2rem;
    color: #de1a3a;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 2px solid #de1a3a;
    padding-bottom: 10px;
}

.policy-intro {
    font-size: 1.2rem;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.6;
}

.policy-section {
    font-size: 1.5rem;
    color: #154c7a;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.policy-container ul {
    list-style: disc;
    padding-left: 40px;
    margin-top: 10px;
}

.policy-container ul li {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.4;
}

.policy-container p {
    font-size: 1rem;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.6;
}
