.about-offer__inner-wrapper {
    display: flex;
    gap: 128px;
    justify-content: space-between;
    padding-left: 40px;
    margin-bottom: 58px;
}

.about-offer__wrapper {
    position: relative;
    z-index: 5;
}


.about-offer__heading {
    flex-basis: 523px;
    flex-grow: 1;
    flex-shrink: 0;
}

.about-offer__heading-row-1 {
    margin-left: 84px;
}

.about-offer__heading-row-2 {
    margin-top: -11px;
}

.about-offer__heading-row-3 {
    margin-left: 267px;
    margin-top: -11px;
}

.about-offer__heading-row-4 {
    margin-left: 201px;
    margin-top: -5px;
}

.about-offer__text-wrapper {
    padding-top: 5px;
    flex-basis: 669px;
    flex-grow: 1;
}


.about-offer__items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.about-offer__item {
    flex-basis: calc((100% - 80px) / 5) ;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    position: relative;
}

.about-offer__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -10.5px;
    width: 1px;
    background: rgba(0, 0, 0, 0.14);
    height: 100%;
}

.about-offer__item-icon {
    width: 50px;
    height: 50px;
}

.about-offer__image-wrapper {
    margin-top: -91px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    /*background: url('/wp-content/uploads/2025/03/about-offer-overlay-5.webp') center / cover no-repeat;*/
}

.about-offer__btn {
    margin-top: 31px;
}

.about-offer__image-wrapper::before {
    content: "";
    background: linear-gradient(180deg, #FFFBEE 12.42%, rgba(255, 251, 238, 0.714533) 28.36%, rgba(255, 251, 238, 0.0333581) 53.55%, rgba(255, 251, 238, 0.0892444) 64.67%, rgba(255, 251, 238, 0) 79.02%, rgba(255, 251, 238, 0) 86.52%, rgba(255, 251, 238, 0) 96.57%);
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
}


.about-offer__image {
    position: relative;
    z-index: -1;
}

.about-offer__image-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-offer__item-text {
    max-width: 216px;
    color: #21201E;
}

.about-offer__text {
    max-width: 747px;
}

@media screen and (max-width: 1199.98px) {
    .about-offer__inner-wrapper {
        gap: 30px;
    }
}


@media screen and (max-width: 1024.98px) {
    .about-offer__inner-wrapper {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 50px;
        padding-left: 0;
    }

    .about-offer__btn {
        margin-top: 30px;
    }

    .about-offer__heading {
        flex-basis: 100%;
    }
    .about-offer__text-wrapper {
        padding-top: 0;
        flex-basis: 100%;
    }

    .about-offer__items {
        column-gap: 24px;
        row-gap: 42px;
    }

    .about-offer__item {
        flex-basis: calc((100% - 24px) / 2);
        align-items: flex-start;
        text-align: start;
    }

    .about-offer__item:nth-child(even)::after {
       display: none;
    }

    .about-offer__item:not(:last-child)::after {
        right: -12.5px;
    }

    .about-offer__item:nth-child(odd)::before {
        content: '';
        position: absolute;
        width: calc(100vw - 30px);
        left: 0;
        bottom: -21px;
        height: 1px;
        background: rgba(0, 0, 0, 0.14);
    }



    .about-offer__item:last-child:nth-child(odd)::before {
        display: none;
    }


    .about-offer__item:last-child:nth-child(odd) {
        flex-basis: 100%;
    }


    .about-offer__image-wrapper {
        margin-top: -50px;
    }


    .about-offer__text {
        margin-bottom: 30px;
    }

    .about-offer__heading span {
        display: none;
    }

}

@media screen and (max-width: 599.98px) {
    .about-offer__image-wrapper {
        margin-top: -18px;
    }

    .about-offer__heading {
        max-width: 289px;
    }

    .about-offer__item-icon {
        width: 30px;
        height: 30px;
    }

    .about-offer__item {
        gap: 9px;
    }

}