.texted_gallery_slides_block {
    background-color: #FAFAFA;
    border-radius: 1.125em;
    padding: 2.75em 2em;
    display: flex;
    align-items: center;
    margin: 1.5em 0;
}
.texted_gallery_slides_block.text_pos_right {
    flex-direction: row-reverse;
}
.texted_gallery_slides_block .side {
    box-sizing: border-box;
}
.texted_gallery_slides_block .side:first-child {
    width: 40%;
    padding: 0 5% 0 0;
}
.texted_gallery_slides_block.text_pos_right .side:first-child {
    padding: 0 0 0 5%;
}
.texted_gallery_slides_block .side:last-child {
    width: 60%;
}
.texted_gallery_slides_block .slide_image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 1.125em;
}
.texted_gallery_slides_block .title {
    line-height: 1.35;
    font-size: 1.75em;
}
.texted_gallery_slides_block .slider:not(:last-child) {
    margin-bottom: 1em;
}
.texted_gallery_slides_block .images_caption {
    width: max-content;
    margin: 1em auto 0;
    min-height: 2.75em;
    box-sizing: border-box;
    border-radius: 1.375em;
    padding: 0.75em 1.75em;
    background-color: #F3F3F3;
    color: #53627C;
    line-height: 1.4;
}
.texted_gallery_slides_block .images_caption_label {
    font-size: 0.875em;
}
@media(max-width: 1199px) {
    .texted_gallery_slides_block {
        display: block;
    }
    .texted_gallery_slides_block .side:nth-child(n) {
        width: 100%;
        padding: 0;
    }
    .texted_gallery_slides_block .title {
        margin: 0 0 1.25em;
    }
}