  .regulamin-section {
            padding: 80px 0 40px;
            background-color: #ffffff;
            margin-top: 0;
            position: relative;
        }
        
        .regulamin-container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .regulamin-main-title {
            text-align: center;
            margin-bottom: 40px;
            margin-top: 20px;
        }
        
        .regulamin-main-title h1 {
            font-size: 38px;
            font-weight: 800;
            color: #ff0040;
            margin-bottom: 10px;
        }
        
        .regulamin-header {
            margin-bottom: 20px;
            padding-left: 5px;
            margin-top: 40px;
        }
        
        .regulamin-header:first-child {
            margin-top: 0;
        }
        
        .regulamin-title {
            font-size: 36px;
            font-weight: 800;
            color: #3A3A3A;
            margin-bottom: 12px;
            text-align: left;
        }
        
        .regulamin-underline {
            width: 200px;
            height: 6px;
            background-color: #FFE100;
            margin-bottom: 20px;
            margin-left: 0;
        }
        
        .regulamin-content {
            background-color: #ffffff;
            border-radius: 16px;
            padding: 40px;
            margin-top: 15px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        
        .regulamin-text {
            font-size: 20px;
            font-weight: 600;
            color: #2A2A2A;
            line-height: 1.4;
            padding: 0 5px;
        }
        
        .regulamin-text ul {
            margin-left: 20px;
            padding-left: 0;
        }
        
        .regulamin-text li {
            margin-bottom: 5px;
        }
        
        @media (max-width: 1200px) {
            .regulamin-container {
                max-width: 90%;
            }
            
            .regulamin-title {
                font-size: 34px;
            }
            
            .regulamin-text {
                font-size: 19px;
            }
        }
        
        @media (max-width: 992px) {
            .regulamin-container {
                max-width: 95%;
            }
            
            .regulamin-title {
                font-size: 32px;
            }
            
            .regulamin-underline {
                width: 180px;
            }
            
            .regulamin-text {
                font-size: 18px;
            }
        }
        
        @media (max-width: 768px) {
            .regulamin-section {
                padding: 70px 0 30px;
            }
            
            .regulamin-main-title h1 {
                font-size: 30px;
            }
            
            .regulamin-title {
                font-size: 28px;
            }
            
            .regulamin-underline {
                width: 160px;
                height: 5px;
            }
            
            .regulamin-text {
                font-size: 16px;
            }
            
            .regulamin-content {
                padding: 30px;
                max-width: 100%;
            }
        }
        
        @media (max-width: 576px) {
            .regulamin-section {
                padding: 60px 0 25px;
            }
            
            .regulamin-main-title h1 {
                font-size: 26px;
            }
            
            .regulamin-title {
                font-size: 24px;
            }
            
            .regulamin-underline {
                width: 140px;
                height: 4px;
            }
            
            .regulamin-text {
                font-size: 15px;
            }
            
            .regulamin-content {
                padding: 15px;
            }
        }