/* Ogólne ustawienia dla sekcji głównej */
main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Sekcja Zarządzanie Jakością */
.heros-section {
    background-color: #f9f9f9;
    padding: 40px 20px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.heros-section h1 {
    font-size: 36px;
    color: #7cb342;
    text-align: center;
    margin-bottom: 20px;
}

.heros-section .line hr {
    width: 100%;
    height: 3px;
    background-color: #7cb342;
    border: none;
    margin: 0 auto 30px;
}

.heros-section .text-container p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Sekcja zasad zarządzania jakością */
.principles-container {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.principles-container h2 {
    font-size: 28px;
    color: #7cb342;
    text-align: center;
    margin-bottom: 20px;
}

.principles-container .line {
    text-align: center;
}

.principles-container .line hr {
    width: 100%;
    height: 3px;
    background-color: #7cb342;
    border: none;
    margin: 0 auto 30px;
}

.text-block ul {
    list-style: none;
    padding: 0;
}

.text-block ul li {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    color: #333;
}

.text-block ul li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #7cb342;
    font-size: 20px;
}

/* Stylizacja cytatu */
.quote-section {
    background-color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 60px 0;
}

.quote-section blockquote {
    font-size: 24px;
    font-style: italic;
    color: #2c3e50;
    margin: 0;
    position: relative;
}

.quote-section blockquote::before {
    content: "“";
    font-size: 80px;
    color: #7cb342;
    position: absolute;
    top: -30px;
    left: 20px;
    line-height: 1;
}

.quote-section {
    background-color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}

.quote-section blockquote {
    font-size: 24px;
    font-style: italic;
    color: #2c3e50;
    margin: 0;
    position: relative;
}

.quote-section blockquote::before {
    content: "“";
    font-size: 80px;
    color: #a7cd64;
    position: absolute;
    top: -30px;
    left: 20px;
    line-height: 1;
}
