        .terms-content h2 {
            font-size: 24px;
            font-weight: 600;
            color: #133A59;
            margin: 30px 0 15px;
        }

        .terms-content h3 {
            font-size: 20px;
            font-weight: 600;
            color: #298AAB;
            margin: 25px 0 12px;
        }

        .terms-content p,
        .terms-content li {
            color: #333;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .terms-content ul {
            list-style-type: disc;
            padding-left: 20px;
            margin-bottom: 20px;
        }
