/* Start custom CSS for html, class: .elementor-element-86fda45 *//* --- Sekcja o30: Pełna Szerokość (No Margins) --- */
.o30 {
    width: 100%;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    padding: 60px 0;
    margin: 0;
}

.o30-full-wrapper {
    width: 100%;
    padding: 0 40px; /* Tylko wewnętrzny odstęp tekstu od krawędzi ekranu */
}

.o30-header {
    border-bottom: 2px solid #004b87;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.o30-header h2 {
    color: #004b87;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    text-align: left;
}

.o30-intro {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 40px;
    text-align: justify;
    color: #555;
}

.o30-main-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.o30-row {
    display: flex;
    gap: 15px;
    font-size: 14px;
    line-height: 1.6;
}

.o30-index {
    font-weight: 800;
    color: #004b87;
    min-width: 25px;
}

.o30-text-block p {
    font-weight: 600;
    margin-bottom: 10px;
}

.o30-sub-list {
    list-style: none;
    padding: 0;
}

.o30-sub-list li {
    margin-bottom: 10px;
    padding-left: 0;
    font-weight: 400;
}

.o30-sub-list li strong {
    color: #004b87;
    margin-right: 5px;
}

/* Responsywność dla urządzeń mobilnych */
@media (max-width: 768px) {
    .o30-full-wrapper {
        padding: 0 20px;
    }
    .o30-header h2 {
        font-size: 18px;
    }
    .o30-row {
        font-size: 13px;
    }
}/* End custom CSS */