.eko-akcii.sticky {
    padding-top: 130px;
    margin-top: 40px;
    border-radius: 20px;
}
.eko-akcii.sticky .eko-akcii__inner {
    display: flex;
    color: #646565 !important;
}
.eko-akcii.sticky .eko-akcii__text h2 {
    font-size: 40px;
    line-height: 56px;
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    color: #EA89A2;
    margin-bottom: 12px;
}
.eko-akcii.sticky .eko-akcii__text p {
    font-size: 20px;
    line-height: 36px;
}
.eko-akcii.sticky .eko-akcii__text {
    padding-left: 12px;
}

.eko-akcii.sticky .eko-akcii__text h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

.eko-akcii.sticky {
    padding-top: 20px;
    background-color: #FAF6F5;
}
.eko-akcii.sticky .eko-akcii__img {
    margin-left: -15px;
    margin-right: -15px;
}
.eko-akcii.sticky .eko-akcii__img img {
    width: 100%;
}
.eko-akcii.sticky .eko-akcii__text {
    order: -1;
}
.eko-akcii.sticky .eko-akcii__text p {
    font-size: 17px;
    line-height: 24px;
}
.eko-akcii.sticky .eko-akcii__inner {
    flex-direction: column;
}