
        .terms {
            background-color: #f4f4f4;
            font-family: 'Arial', sans-serif;
            color: #333;
            padding: 40px;
        }
        .terms h2 {
            color: #007bff;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
        }
        .points h4 {
            margin-top: 25px;
            color: #0056b3;
            font-weight: bold;
            border-bottom: 3px solid #007bff;
            padding-bottom: 8px;
        }
        .points p, .points ul {
            color: #555;
            line-height: 1.8;
        }
        .points ul {
            padding-left: 20px;
        }
