

        .terms-container {
            padding: 40px 20px;
    background-color: #f9f9f9;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    padding-top: 120px;
        }

        .terms-title {
            text-align: center;
            font-size: 2.5em;
            margin-bottom: 30px;
            color: black;
        }

        .terms-section {
            margin-bottom: 30px;
        }

        .terms-section h2 {
            /* color: #004080; */
            margin-bottom: 10px;
            font-size: 1.4em;
        }

        .terms-section p, .terms-section ul {
            font-size: 1em;
            margin: 0 0 10px 0;
        }

        .terms-section ul {
            padding-left: 20px;
        }

        .terms-section li {
            margin-bottom: 8px;
        }

        .terms-contact a {
            color: #dd9c06;
            text-decoration: none;
        }

        .terms-contact a:hover {
            text-decoration: underline;
        }

        .terms-footer {
            text-align: center;
            margin-top: 40px;
            font-weight: bold;
            color: #444;
        }

        @media (max-width: 600px) {
            .terms-title {
                font-size: 1.8em;
            }

            .terms-section h2 {
                font-size: 1.2em;
            }
        }
   