.policy-container {
            max-width: 900px;
            margin: 20px auto;
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        .policy-title {
            color: green;
            font-weight: bold;
            text-align: center;
            font-size: 26px;
        }
        .policy-title i {
            font-size: 50px;
            margin-right: 8px;
            color: gold;
        }
        .policy-subtitle {
            color: green;
            font-weight: bold;
            font-size: 30px;
        }
        .policy-subtitle i {
            font-size: 50px;
            margin-right: 8px;
            color: gold;
        }
        .policy-text {
            font-size: 18px;
            line-height: 1.6;
        }
        .tick-icon {
            color: green;
            margin-right: 10px;
        }