.czynnosci_naglowek p{
    font-size: 35px;
    font-weight: bold;
    margin: 1rem 0 0 0;
}
.ikona_p {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.paragraf {
    width: 25px;
    object-fit: contain;
}
.czynnosci_paragraf {
    display: inline-grid;
    grid-template-columns: repeat(2, auto);
    gap: 1rem;
    min-width: 100%;
    justify-content:  left;
    justify-items: left;
    margin-bottom: 0.5rem;
}


@media screen and (min-width: 1120px) {
    .banner2 {
        display: flex;
        position: relative;
        top: 8rem;
        width: 100%;
        max-height: 500px;
        overflow: hidden;
    }

    .banner_2 {
        object-fit: cover;
        width: 100%;
        height: auto;

    }

    .czynnosci_naglowek p {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 0;
        text-align: left;
        justify-content: left;
    }

    .czynnosci_container {
        width: 100%;

        background-color: whitesmoke;
        margin-top: 10rem;
    }

    .czynnosci_tresc {
        margin: 3rem 20%;
        padding: 0.5rem;
        display: grid;
        grid-template-rows: repeat(2, auto);
        font-weight: 500;
        font-size: 20px;
        text-align: left;
    }

    .kreska {
        display: inline-flex;
        width: 50%;
        margin-top: -40px;
        height: 1px;
    }
    .opis_czynnosci_container {
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 2rem;
        background-color: #e8d7c8;
        margin-top: -2rem;
    }
    .opis_czynnosci {
        margin: 3rem 20%;
        padding: 0.5rem;
        display: grid;
        grid-template-rows: repeat(2, auto);
        font-weight: 500;
        font-size: 20px;
        justify-content: center;
        text-align: left;
    }

}
@media screen and (max-width: 1120px) {
    .banner2 {
        display: flex;
        position: relative;
        max-width: 100%;
        top: 5.5rem;
        justify-content: center;
        overflow: hidden;

    }
    .banner_2 {
        width: 100%;
        min-height: 150px;
        object-fit: cover;
        margin-bottom: 3rem;

    }
    .czynnosci_container {
        width: 100%;
        padding-top: 3rem;
        background-color: whitesmoke;
        margin-top: -2rem;
    }

    .czynnosci_tresc {
        margin: 3rem 10%;
        display: grid;
        grid-template-rows: repeat(2, auto);
        justify-content: center;
        text-align: left;
        font-weight: 500;
        font-size: 18px;
    }

    .kreska {
        display: inline-flex;
        width: 50%;
        margin-top: -40px;
        height: 1px;
    }
    .paragraf {
        width: 20px;
        object-fit: contain;
    }
    .opis_czynnosci_container {
        width: 100%;
        background-color: #e8d7c8;

    }
    .opis_czynnosci {
        margin:0 10%;
        padding: 1rem 0;
        display: grid;
        grid-template-rows: repeat(2, auto);
        font-weight: 500;
        font-size: 20px;
        justify-content: center;
        text-align: left;
    }

}

.kontakt {
   color: #6e4a34;

    text-decoration: none;
}

.kontakt:hover {
    color: #937d6b;
}
.middot-symbol {
    font-weight: 1000;
    font-size: 20px;
    color: #49240e;
    margin: 0  0.5rem;
    text-align: center;
}

.asci {
    justify-content: center;
    vertical-align: center;
}
