.left_image_block {
    position: relative;
}

.left_image_block .left_image_block_title {
    font-weight: 800;
    color: #fff;
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
}
.left_image_block-content > *:last-child {
    margin-bottom:0
}

@media only screen and (min-width: 992px) {
    .left_image_block:before {
        content: '';
        position: absolute;
        left: 0;
        right: 55.4%;
        top: 0;
        bottom: 0;
        background-position: center;
        background-size: cover;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .left_image_block-content {
        padding: 50px 15px 50px 6.4%;
    }
    .left_image_block .left_image_block_title {
        font-size: 34px;
    }
    /* .left_image_block {
        padding: 50px 0;
    } */
    /* .left_image_block:before {
        top:0;
        left: calc(50vw + 15px);
    } */

}
@media only screen and (min-width: 1200px) {
    .left_image_block-content {
        padding: 65px 15px 65px 8.4%;
    }
    /* .left_image_block:before {
        top:0;
        left: calc(50vw + 100px);
    } */

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* .left_image_block {
        padding-top: 60px;
        padding-bottom: calc(50vw + 60px);
    } */
    /* .left_image_block:before {
        bottom:0;
        right:0;
        left:0;
        height:calc(50vw);
        background-size: cover;
    } */
    .left_image_block .left_image_block_title {
        font-size: 30px;
    }

}
@media only screen and (max-width: 767px) {
    /* .left_image_block {
        padding-top: 40px;
        padding-bottom: calc(50vw + 40px);
    } */
    .left_image_block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .left_image_block:before {
        bottom:0;
        right:0;
        left:0;
        height:calc(50vw);
        background-size: cover;
    }
    .left_image_block .left_image_block_title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px) {
    .left_image_block .left_image_block_title {
        font-size: 20px;
    }
}
