.QX-96440317 {
    width: 100%;
    position: relative;

}

.QX-96440317 .bgc {
    position: absolute;
    width: 65%;
    height: 100%;
    top: 0;
    right: 0;
    background: #f2f2f2;
    z-index: 1;
}

.QX-96440317 .cont {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    min-height: 400px;
    padding: 30px 0;
}

.QX-96440317 .left {
    width: 500px;
    height: 340px;
    margin-right: 30px;
    position: relative;
    z-index: 2;
}

.QX-96440317 .left .backstage-blocksEditor-wrap,
.QX-96440317 .left .backstage-componet,
.QX-96440317 .left .backstage-componet-bd,
.QX-96440317 .left .blocks-image {
    width: 100%;
    height: 100%;
}

.QX-96440317 .left .blocks-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.QX-96440317 .right {
    padding: 20px;
    position: relative;
    z-index: 2;
    width: calc(100% - 570px);
}

.QX-96440317 .title {
    font-weight: 400;
    color: #9e9e9e;
    margin-bottom: 30px;
    font-size: 18px;
    min-height: unset;
    word-break: break-word;
}

.QX-96440317 .text {
    font-size: 40px;
    font-weight: 600;
    color: #343434;
    min-height: unset;
    word-break: break-word;
}

.QX-96440317 .butn {
    display: inline-block;
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
    border-bottom: 3px solid #0eaf96;
}

.QX-96440317 .center {
    color: #0eaf96;
    display: flex;
    align-items: center;
}

.QX-96440317 .butn .backstage-blocksEditor-wrap {
    min-height: unset;
}

.QX-96440317 .butn .blocks-button {
    color: inherit;
}

.QX-96440317 .center i {
    font-size: 24px;
    margin: 0 10px;
    transition: all .3s;
}

.QX-96440317 .butn:hover .center i {
    transform: translateX(10px);
}

@media screen and (max-width:1200px) {
    .QX-96440317 .cont {
        max-width: 100%;
        padding: 0 10px;
    }

    .QX-96440317 .bgc {
        width: 60%;
        right: 10px;
    }

    .QX-96440317 .left {
        width: 450px;
    }

    .QX-96440317 .right {
        width: calc(100% - 510px);
    }


    .QX-96440317 .text {
        font-size: 34px;
    }
}

@media screen and (max-width:900px) {
    .QX-96440317 .left {
        width: 400px;
    }

    .QX-96440317 .right {
        width: calc(100% - 460px);
    }


    .QX-96440317 .cont {

        min-height: 350px;
    }

    .QX-96440317 .text {
        font-size: 28px;
    }

    .QX-96440317 .butn {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .QX-96440317 {
        padding-bottom: 20px;
    }

    .QX-96440317 .cont {
        min-height: unset;
        display: block;
        margin-bottom: 280px;
            text-align: center;
    }

    .QX-96440317 .bgc {
        width: calc(100% - 20px);
          height: calc(100% - 300px);
    }

    .QX-96440317 .left {
        position: absolute;
        right: 50%;
        margin-right: 0;
        width: 320px;
        height: 280px;
        bottom: -280px;
        transform: translateX(50%);
    }

    .QX-96440317 .right {
        width: calc(100% - 40px);
    }

}

@media screen and (max-width:510px) {

    .QX-96440317 .cont {
        margin-bottom: 280px;
    }

    .QX-96440317 .left {
        width: calc(100% - 20px);
        bottom: -280px;
    }

}