.baner-oferta {
    background-image: url("/wp-content/uploads/img_template/oferta/bg_oferta.webp");
}

.section-strefy-element .container-strefy-element {
    overflow: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
}

.section-strefy-element .strefaElement {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    min-width: 400px;
    margin: 0 auto;
    padding: 0 0 74px 0;
    border-radius: 220px;
    background: #E6EDF1;
    box-shadow: 0px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
    scroll-snap-align: center;
}

.section-strefy-element .strefaElement .textContainer {
    margin: 24px 32px;
    gap: 32px;
}

.section-strefy-element .strefaElement .img-place-holder {
    border: 20px solid #fff;
    border-radius: 50%;
}

.section-strefy-element .strefaElement .strefaImgIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-strefy-element .strefaElement .strefaImgIcon .img-place-holder {
    margin-top: -2px;
}

.section-strefy-element .strefaElement .strefaImgIcon .svg-icon-offer{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 20px;
    left: 20px;
    padding: 10px;
    border-radius: 50%;
    background: #FF9100;
    box-shadow: 0px 0px 16px 0px rgba(51, 133, 178, 0.25);
}

.section-strefy-element .strefaElement .textContainer h1 {
    color: #4F4F4F;
    font-size: 42px;
    font-weight: 700;
    line-height: normal;
}

.section-strefy-element .strefaElement .textContainer p {
    height: 100px;
}

.section-strefy-element .strefaElement .textContainer .btn-global {
    width: 80%;
}

.section-diety {
    background-image: url("/wp-content/uploads/img_template/oferta/spersonalizowane_diety.webp");
}

.baner-sections.section-diety .container-sections.container-diety {
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 450px;
}

.section-diety .container-diety .content-diety {
    gap: 40px;
}

.section-diety .container-diety .content-diety h2,
.section-diety .container-diety .content-diety p {
    color: #fff;
}

.section-diety .container-diety .content-diety p {
    width: 82%;
    line-height: 150%;
    font-size: 18px;
}

@media only screen and (max-width: 992px) {
    .baner-oferta {
        background-image: url("/wp-content/uploads/img_template/oferta/bg_oferta_mobile.webp");
    }

    .section-strefy-element .container-strefy-element {
        min-width: 100%;
        padding: 16px 0;
    }

    .section-diety {
        background-image: url("/wp-content/uploads/img_template/oferta/spersonalizowane_diety_mobile.webp");
        padding-top: 70px;
    }

    .section-strefy-element .strefaElement .strefaImgIcon .svg-icon-offer {
        top: 10px;
        left: 5px;
    }

    .section-strefy-element .strefaElement .textContainer {
        margin: 24px 18px;
        gap: 20px;
    }

    .section-strefy-element .strefaElement .textContainer h1 {
        font-size: 30px;
    }

    .section-strefy-element .strefaElement .textContainer p {
        height: 130px;
    }

    .section-strefy-element .strefaElement .textContainer .btn-global {
        padding: 8px 16px;
        font-size: 16px;
        width: auto;
    }

    .section-diety .container-diety .row {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .baner-sections.section-diety .container-sections.container-diety {
        align-items: start;
        min-height: 550px;
    }

    .section-diety .container-diety .content-diety p {
        width: 100%;
    }

    .section-strefy-element .strefaElement {
        min-width: 300px;
    }
}

@media only screen and (max-width: 768px) {


    .baner-sections.section-diety .container-sections.container-diety {
        min-height: 750px;
    }

    .section-strefy-element .strefaElement {
        min-width: 260px;
    }
}