 .regulamin-container {
            max-width: 1200px;
            margin: 0 auto;
            background-color: white;
            padding: 30px;
            
        }
        
        h1 {
            color: #333;
            font-size: 24px;
            margin-bottom: 30px;
            text-align: center;
        }
        
        h2 {
            color: #333;
            font-size: 13px;
            font-weight: bold;
            margin-top: 30px;
            margin-bottom: 15px;
            text-align: center;
        }
        
        p {
            font-size: 13px;
            line-height: 1.6;
            color: #444;
            margin-bottom: 15px;
            text-align: justify;
        }
        
        ol {
            font-size: 13px;
            line-height: 1.6;
            color: #444;
            margin-bottom: 15px;
        }
        
        li {
            margin-bottom: 10px;
        }
        
        li::marker {
            font-weight: bold;
			font-size: 11px;
        }
        
        strong {
            font-weight: bold;
        }
        
        .section {
            margin-bottom: 25px;
        }
        
        .subsection {
            margin-left: 20px;
        }
        
        .subsection ol {
            list-style-type: lower-alpha;
        }