.left_right_image_text {
    margin-top: 70px;
    margin-bottom: 70px;
}
.left_right_image_text__inner {
    display: flex;
    align-items: center;
    column-gap: 78px;
    max-width: 1085px;
    margin-left: auto;
    margin-right: auto;
}
.left_right_image_text__image {    
    max-width: 410px;
    width: 100%;
    padding-top: 57px;
    padding-bottom: 57px;
    position: relative;
}
.left_right_image_text__image::after {
    content: '';
    width: 412px;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/3ab466850763ccb6db612d178a87b917d5c67805.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
}
.imageRight .left_right_image_text__image::after {
    right: -90px;
    background-position: left center;
}
.imageLeft .left_right_image_text__image::after {
    left: -90px;
    background-position: right center;
}
.left_right_image_text__image .image {
    position: relative;
	display: block;
}
.left_right_image_text__image .image::after {
    content: '';
    display: block;
    padding-bottom: 85.86%;
}
.left_right_image_text__image .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.left_right_image_text__content .heading {
    margin-top: 0;
    margin-bottom: 33px;
    color: #515162;

    font-weight: 400;
    font-size: 60px;
    line-height: 1.02;
    letter-spacing: 0.02em;
}
.left_right_image_text__content .text {
    color: #515162;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.20;
    letter-spacing: 0.005em;
}
.left_right_image_text__content .text,
.left_right_image_text__content .cta_btn_bg {
    margin-left: 72px;
}
.left_right_image_text__content .cta_btn_bg {
    margin-top: 52px;
}

@media (min-width: 992px) {
    .imageRight .left_right_image_text__image {
        order: 1;
    }
}
@media (max-width: 1439px) {
    .left_right_image_text__inner {
        column-gap: 62px;
        max-width: 1010px;
    }
    .left_right_image_text { 
        overflow: hidden;
    }
}
@media (max-width: 1199px) { 
    .left_right_image_text__inner {
        column-gap: 32px;
    }
    .left_right_image_text__content .text,
    .left_right_image_text__content .cta_btn_bg {
        margin-left: 52px;
    }
    .left_right_image_text__content .heading {
        font-size: 52px;
        margin-bottom: 24px;
        line-height: 1.1;
    }
    .left_right_image_text__content .cta_btn_bg {
        margin-top: 32px;
    }
    .left_right_image_text {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .left_right_image_text__image {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 991px) { 
    .left_right_image_text {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .left_right_image_text__inner {
        flex-wrap: wrap;
    }
     .left_right_image_text__image {
        max-width: initial;
        padding-bottom: 0;
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 30px;
        padding-top: 50px;
    }
    .left_right_image_text__content {
        /* margin-top: 30px; */
    }
    .left_right_image_text .left_right_image_text__image::after {
        right: auto;
        left: 0;
        top: 0;
        transform: none;
        background-position: center top;
        background-size: cover;
        width: 100%;
    }
    .left_right_image_text__content .heading {
        font-size: 48px;
    }
}
@media (max-width: 767px) { 
    .left_right_image_text__content .text,
    .left_right_image_text__content .cta_btn_bg {
        margin-left: 0;
    }
    .left_right_image_text__content .heading {
        font-size: 42px;
    }
    .left_right_image_text__content .cta_btn_bg {
        margin-top: 22px;
    }
}
@media (max-width: 480px) {
    .left_right_image_text__image {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px;
    }
    .left_right_image_text__content .heading {
        font-size: 36px;
    }
}