/* Contact Styles */
.contact-container {
    width: 100%;
    font-family: 'Inter', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    position: relative;
}

/* Hero Section */
.hero-section-page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
}


.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 800px;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-content p {
    font-size: 1.2rem;
    margin: 0;
}

 .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;
        }