.body{
    height: 100%;
    width: 75%;
    position: relative;
    left: 24%;
    top: 85px;
  
}

   /* ========================================
        CSS STYLES FOR TERMS AND CONDITIONS CONTENT
        ========================================
        */
        
        /* --- Base Styling --- */
        #terms-content {
            max-width: 950px;
            margin: 0 auto;
            padding: 40px 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.7;
            color: #333;
        }

        #terms-content h1 {
            font-size: 2rem;
            color: #0056b3; /* Primary Blue */
            margin-bottom: 30px;
            text-align: center;
        }

        #terms-content .effective-date {
            display: block;
            text-align: center;
            font-size: 0.9em;
            color: #666;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 1px solid #ddd;
        }

        /* --- Section Headings --- */
        #terms-content h2 {
            font-size: 1.6em;
            color: #333;
            margin-top: 35px;
            margin-bottom: 15px;
            padding-bottom: 5px;
            border-bottom: 2px solid #0056b3; /* Underline for main sections */
        }
        
        /* Sub-sections within the main body */
        #terms-content p strong {
            color: #0056b3;
        }

        /* --- Disclaimers and Important Notes --- */
        .disclaimer, .contact-info {
            padding: 25px;
            margin: 30px 0;
            border-radius: 8px;
        }

        .disclaimer {
            background-color: #fff3cd; /* Light warning color */
            border-left: 5px solid #ffc107; /* Yellow accent */
            color: #856404; /* Darker text for readability */
        }
        
        .disclaimer strong {
            color: #856404;
        }

        /* --- Contact Section --- */
        .contact-info {
            background-color: #f8f8f8;
            border-top: 1px solid #eee;
            line-height: 1.5;
        }

        .contact-info p {
            margin-bottom: 5px;
        }
        
        /* --- List Styles --- */
        #terms-content ul, #terms-content ol {
            padding-left: 25px;
            margin-bottom: 20px;
        }
        
        /* --- Responsive Adjustments --- */
        @media (max-width: 600px) {
           
        }

@media (max-width: 900px) {

    .body{
    height: 100%;
    width: 90%;
    position: relative;
    left: 5%;
    top: 55px;

    }

     #terms-content {
                padding: 20px 10px;
            }
            #terms-content h1 {
                font-size: 2em;
            }
}

@media (min-width: 766px) and (max-width: 1024px) {
    .body{
    height: 100%;
    width: 90%;
    position: relative;
    left: 5%;
    top: 55px;
  
}

 #terms-content {
                padding: 20px 10px;
            }
            #terms-content h1 {
                font-size: 1.5rem;
            }
}