.texted_gallery_block {
    background-color: #FAFAFA;
    border-radius: 1.125em;
    margin: 1.5em 0;
    display: block;
    padding: 1.5em 1em;
}
.texted_gallery_block.text_pos_right {
    flex-direction: row-reverse;
}
.texted_gallery_block .side {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
}
.texted_gallery_block .slide_image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 1.125em;
}
.texted_gallery_block .title {
    line-height: 1.35;
    margin: 0 0 1.25em;
    font-size: 1.25em;
}
.texted_gallery_block .slider:not(:last-child) {
    margin-bottom: 1em;
}
.texted_gallery_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_block .images_caption_label {
    font-size: 0.875em;
}