.block.text_image {
    background: #000;
    padding: 50px 0;
}
.block.text_image img {
    width: 409.426px;
    height: 382px;
}
.block.text_image .left {
    display: flex;
    align-items: center;
}
.block.text_image .left .inner {
    padding: 0 50px;
}
.block.text_image h2 {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    /* 94% */
    margin-bottom: 20px;
}
.block.text_image h2 strong {
    color: #9F2CC5;
}
.block.text_image p {
    color: #D9D9D9;
    font-family: "Ropa Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
}

@media(max-width: 1200px) {
    .block.text_image .left .inner {
        padding: 0 0 50px;
    }
    .block.text_image img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}
