.texted_galleries_sect {
    padding: 6.875em 0;
}
.texted_galleries_sect.padding_top_off {
    padding-top: 0;
}
.texted_galleries_sect.padding_bottom_off {
    padding-bottom: 0;
}
.texted_galleries_sect .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.texted_galleries_sect .side:nth-child(1) {
    width: 30%;
}
.texted_galleries_sect .side:nth-child(2) {
    width: 55%;
}
.texted_galleries_sect .slide {
    border-radius: 1.125em;
    background-color: #FAFAFA;
    padding: 2.25em 1.25em 2em;
}
.texted_galleries_sect .slide_image {
    display: block;
    margin: 0 auto 2em;
    border-radius: 1.125em;
    max-width: 100%;
}
.texted_galleries_sect .slide_image:last-child {
    margin-bottom: 0;
}
.texted_galleries_sect .slide_title {
    width: max-content;
    margin: 0 auto;
    display: flex;
    height: 2.5em;
    box-sizing: border-box;
    border-radius: 1.25em;
    padding: 0 1.75em;
    max-width: 100%;
    color: #53627C;
    line-height: 1.4;
    background-color: #F3F3F3;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.texted_galleries_sect .slide_title_text {
    font-size: 0.875em;
}
.texted_galleries_sect .text_block {
    margin: 0 0 2em;
}
.texted_galleries_sect .text_block:last-child {
    margin-bottom: 0;
}
.texted_galleries_sect .text_block_title {
    font-size: 1.75em;
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin: 0 0 0.5em;
}
.texted_galleries_sect .text_block_description {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.5;
    color: #53627C;
}
@media(max-width: 1199px) {
    .texted_galleries_sect .content {
        display: block;
    }
    .texted_galleries_sect .side:nth-child(n) {
        width: 100%;
        margin: 0;
    }
    .texted_galleries_sect .slides {
        margin: 0 0 3.375em;
    }
}