.policy-section {
    margin: 2rem auto;
    padding: 1.5rem;
    max-width: 800px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
}

.policy-title {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: #333;
}

.policy-subtitle {
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #ffc107;
    padding-bottom: 0.3rem;
}

.policy-details {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #555;
}

.policy-list {
    margin-left: 1.5rem;
    list-style-type: disc;
    color: #555;
}

.policy-highlight {
    font-size: 1.1rem;
    color: #222;
    font-weight: bold;
    margin-top: 1.5rem;
    background-color: #fff4e5;
    padding: 1rem;
    border-left: 5px solid #ffc107;
    border-radius: 5px;
}
