.policy-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.policy-title {
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}
.policy-title i {
    color: green;
}
.section-title {
    font-size: 22px;
    font-weight: bold;
    color: #007bff;
}
.policy-container i {
    font-size: 20px;
    color: green;
    margin-right: 3px;
}

.boxes{
    margin-top: 30px;
    font-size: 17px;
    align-items: start;
}