 
    /* Mobile Responsive */
    @media (min-width: 1000px) {
        .main-container {
            min-width:800px;
        }
         
    }
        
    p {
   text-align: justify;
   letter-spacing: 0.02em;
   word-break: break-word;
   hyphens: auto;
   display: inline-block;
   width: 100%;
   line-height: 25px;
   margin-top: 5px;
   margin-bottom: 5px;
   }
 
   h2, h3 {
   color: #2c3e50;
   margin-top: 10px;
   margin-bottom: 15px;
   font-size: 20px;
   font-weight: bold;
   text-transform: uppercase;
    line-height:25px;
   }
    
   
   span {
   text-align: justify;
   letter-spacing: 0.02em;
   word-break: break-word;
   hyphens: auto;
   display: inline-block;
   width: 100%;   
   line-height:25px;
   margin-top:5px;
   margin-bottom:5px;
   }
   .highlight {
   font-weight: bold;
   color: #e74c3c;
   }
   .number {
   color: #e74c3c;
   font-weight: bold;
   display: inline;
   }
   .warning {
   background-color: #fff3cd;
   border: 1px solid #ffeaa7;
   padding: 15px;
   border-radius: 5px;
   margin: 20px 0;
   } 