.baner-nasz-zespol {
    background-image: url("/wp-content/uploads/img_template/nasz_zespol/bg_nasz_zespol.webp");
}

.section-zespol-oferta {
    gap: 110px;
    overflow: hidden;
}

section .baner-zespol-oferta {
    padding: 0;
}

section .baner-zespol-oferta:nth-child(odd) {
    position: relative;
    background: linear-gradient(to left, #E6EDF1 50%, #FFFFFF 50%);
}

section .baner-zespol-oferta:nth-child(even) {
    position: relative;
    background: linear-gradient(to right, #E6EDF1 50%, #FFFFFF 50%);
}

section .baner-zespol-oferta:nth-child(odd)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    box-shadow: 20px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
}

section .baner-zespol-oferta:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    box-shadow: -20px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
}

section .baner-zespol-oferta .container-zespol-oferta {
    position: relative;
    z-index: 1;
}

section .baner-zespol-oferta:nth-child(odd) .container-zespol-oferta {
    border-radius: 720px 0px 0px 720px;
    background: #E6EDF1;
    box-shadow: 50px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
}

section .baner-zespol-oferta:nth-child(even) .container-zespol-oferta {
    border-radius: 0px 720px 720px 0px;
    background: #E6EDF1;
    box-shadow: -50px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
}

section .baner-zespol-oferta:nth-child(even) .container-zespol-oferta .row {
    flex-direction: row-reverse;
}

section .baner-zespol-oferta .container-zespol-oferta .row .img-section-zespol-oferta {
    position: relative;
}

section .baner-zespol-oferta .container-zespol-oferta .row .img-section-zespol-oferta img {
    width: 100%;
    border-radius: 240px;
    border: 20px solid #FFF;
    border-radius: 50%;
}

section .baner-zespol-oferta:nth-child(odd) .container-zespol-oferta .img-section-zespol-oferta {
    margin-left: -2px;
    padding-left: 0;
}

section .baner-zespol-oferta:nth-child(even) .container-zespol-oferta .img-section-zespol-oferta {
    margin-right: -2px;
    padding-right: 0;
}

section .baner-zespol-oferta:nth-child(even) .container-zespol-oferta .text-section-zespol-oferta {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    text-align: start;
    gap: 20px;
}

section .baner-zespol-oferta:nth-child(odd) .container-zespol-oferta .text-section-zespol-oferta {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    gap: 20px;
}

section .baner-zespol-oferta .container-zespol-oferta .text-section-zespol-oferta .text-oferta-content {
    width: 90%;
}

section .baner-zespol-oferta:nth-child(even) .container-zespol-oferta .text-section-zespol-oferta .text-oferta-content{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    text-align: start;
    gap: 20px;
}

section .baner-zespol-oferta:nth-child(odd) .container-zespol-oferta .text-section-zespol-oferta .text-oferta-content {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    text-align: end;
    gap: 20px;
}

section .baner-zespol-oferta .container-zespol-oferta .text-section-zespol-oferta .text-oferta-content p:nth-child(1) {
    font-size: 20px;
}

/* Nasz zespol - Start */

.section-zespol .baner-zespol .container-zespol .title-section-zespol {
    text-align: center;
    margin-bottom: 64px;
}

.section-zespol .baner-zespol .container-zespol .content-section-zespol {
    gap: 48px;
}

.section-zespol .baner-zespol .container-zespol .content-section-zespol .text-zespol {
    gap: 32px;
    text-align: center;
}

.section-zespol .baner-zespol .container-zespol .content-section-zespol .text-zespol p {
    width: 95%;
}
/* Nasz zespol - End */

@media only screen and (max-width: 992px) {
    .baner-nasz-zespol {
        background-image: url("/wp-content/uploads/img_template/nasz_zespol/bg_nasz_zespol_mobile.webp");
    }

    .baner-nasz-zespol .img-place-holder-baner {
        min-height: 630px;
    }

    section .baner-zespol-oferta:nth-child(odd) {
        background: none;
    }

    section .baner-zespol-oferta:nth-child(even) {
        background: none;
    }

    section .baner-zespol-oferta:nth-child(odd)::before {
        content: unset;
    }

    section .baner-zespol-oferta:nth-child(even)::before {
        content: unset;
    }

    section .baner-zespol-oferta:nth-child(odd) .container-zespol-oferta {
        border-radius: unset;
        border-radius: 400px;
        background: #E6EDF1;
        box-shadow: 0px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
        padding-bottom: 140px;
    }

    section .baner-zespol-oferta:nth-child(even) .container-zespol-oferta {
        border-radius: unset;
        border-radius: 400px;
        background: #E6EDF1;
        box-shadow: 0px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
        padding-bottom: 140px;
    }

    section .baner-zespol-oferta .container-zespol-oferta .row {
        row-gap: 60px;
    }

    section .baner-zespol-oferta .container-zespol-oferta .row .img-section-zespol-oferta {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    section .baner-zespol-oferta:nth-child(odd) .container-zespol-oferta .img-section-zespol-oferta {
        margin-left: auto;
    }

    section .baner-zespol-oferta:nth-child(even) .container-zespol-oferta .img-section-zespol-oferta {
        margin-right: auto;
    }

    section .baner-zespol-oferta .container-zespol-oferta .row .img-section-zespol-oferta img {
        border: none;
        box-shadow: 0px 0px 16px 0px rgba(51, 133, 178, 0.25);
    }

    section .baner-zespol-oferta:nth-child(odd) .container-zespol-oferta .text-section-zespol-oferta,
    section .baner-zespol-oferta:nth-child(even) .container-zespol-oferta .text-section-zespol-oferta {
        justify-content: start;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        margin: auto;
        text-align: center;
        width: calc(100% - 130px);
    }

    section .baner-zespol-oferta .container-zespol-oferta .text-section-zespol-oferta .text-oferta-content {
        width: 100%;
    }

    section .baner-zespol-oferta:nth-child(odd) .container-zespol-oferta .text-section-zespol-oferta .text-oferta-content,
    section .baner-zespol-oferta:nth-child(even) .container-zespol-oferta.text-section-zespol-oferta .text-oferta-content {
        align-items: center;
        text-align: center;
    }

    section .baner-zespol-oferta .container-zespol-oferta .text-section-zespol-oferta .text-oferta-content p {
        text-align: center;
    }

    /* Nasz zespol - Start */
    .section-zespol .baner-zespol .container-zespol .row:nth-child(2) {
        row-gap: 64px;
    }

    .section-zespol .baner-zespol .container-zespol .content-section-zespol img {
        width: 60%;
    }

    .section-zespol .baner-zespol .container-zespol .content-section-zespol .text-zespol p {
        width: 60%;
    }
    /* Nasz zespol - End */
}

@media only screen and (max-width: 768px) {
    .baner-nasz-zespol .img-place-holder-baner {
        min-height: 550px;
    }
}

@media only screen and (max-width: 568px) {
    .baner-nasz-zespol .img-place-holder-baner {
        min-height: 450px;
    }

    section .baner-zespol-oferta {
        padding: 0 16px;
    }

    section .baner-zespol-oferta:nth-child(odd) {
        background: none;
    }

    section .baner-zespol-oferta:nth-child(even) {
        background: none;
    }

    section .baner-zespol-oferta:nth-child(odd)::before {
        content: unset;
    }

    section .baner-zespol-oferta:nth-child(even)::before {
        content: unset;
    }

    section .baner-zespol-oferta:nth-child(odd) .container-zespol-oferta {
        padding-bottom: 100px;
    }

    section .baner-zespol-oferta .container-zespol-oferta .row {
        row-gap: 40px;
    }

    section .baner-zespol-oferta:nth-child(odd) .container-zespol-oferta .img-section-zespol-oferta,
    section .baner-zespol-oferta:nth-child(even) .container-zespol-oferta .img-section-zespol-oferta {
        padding-left: 0px;
        padding-right: 0px;
    }

    section .baner-zespol-oferta:nth-child(odd) .container-zespol-oferta .text-section-zespol-oferta,
    section .baner-zespol-oferta:nth-child(even) .container-zespol-oferta .text-section-zespol-oferta {
        width: 100%;
    }

    /* Nasz zespol - Start */
    .section-zespol .baner-zespol .container-zespol .content-section-zespol img {
        width: 100%;
    }

    .section-zespol .baner-zespol .container-zespol .content-section-zespol .text-zespol p {
        width: 90%;
    }
    /* Nasz zespol - End */
}

@media only screen and (max-width: 400px) {
    .baner-nasz-zespol .img-place-holder-baner {
        min-height: 425px;
    }
}