.image-text {
    position: relative;
}

.image-text-decoration {
    position: absolute;
    pointer-events: none;
    top: 0;
    width: auto;
    height: auto;
    z-index: -1;
}

.image-text__decor-1 {
    left: 0;
}

.image-text__decor-2 {
    right: 0;
}

.image-text__wrapper {
    padding-left: 35px;
    display: flex;
    gap: 62px;
    align-items: center;
}

.image-text__image-wrapper {
    flex-basis: 593px;
    display: flex;
}

.image-text__inner-wrapper {
    flex-basis: 490px;
}

.image-text__heading {
    margin-bottom: 18px;
}

p.image-text__text {
    margin-bottom: 50px;
}

@media screen and (min-width: 1600px) {
    .image-text__image-wrapper {
        flex-grow: 1;
        max-width: 700px;
    }

    .image-text__inner-wrapper {
        flex-grow: 1;
    }
}

@media screen and (max-width: 1199.98px) {
    .image-text__wrapper {
        gap: 50px;
        padding-left: 0;
    }

}

@media screen and (max-width: 1024.98px) {
    .image-text__wrapper {
        flex-direction: column;
        gap: 30px;
    }



    .image-text__image-wrapper,
    .image-text__inner-wrapper {
        flex-basis: 100%;
    }

  
    .image-text__image-wrapper {
        margin-left: -56px;
        max-height: 500px;
    }

    .image-text__image {
        object-fit: contain;
    }


    .image-text__heading {
        margin-bottom: 10px;
    }

    p.image-text__text {
        margin-bottom: 30px;
    }


    .image-text__decor-1 {
        display: none;
    }
}