
.software_text_sect .cols {
    display: flex;
    flex-wrap: wrap;
    margin: -1em;
}
.software_text_sect.image_pos_left .cols {
    flex-direction: row-reverse;
}
.software_text_sect .col {
    padding: 1em;
    width: 50%;
    box-sizing: border-box;
}
.software_text_sect:not(.type_blue_block) .col {
    flex-grow: 1;
}
.software_text_sect:not(.type_blue_block) .col:first-child:last-child {
    width: 100%;
    column-count: 2;
    column-gap: 2em;
}
.software_text_sect .under_title {
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    font-family: Inter, sans-serif;
    color: #4B4EFC;
}
.software_text_sect .under_title:not(:last-child) {
    margin-bottom: 0.75em;
}
.software_text_sect .sect_title {
    text-align: left;
    text-transform: unset;
}
.software_text_sect .description {
    color: #475467;
    font-size: 1.125em;
    line-height: 1.5;
}
.software_text_sect .description:not(:last-child) {
    margin-bottom: 1.125em;
}
.software_text_sect .image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.software_text_sect .image_caption {
    font-weight: 500;
    font-family: Inter, sans-serif;
    color: rgba(71, 84, 103, 0.60);
    text-align: center;
    margin-top: 0.5em;
}

.software_text_sect.type_blue_block .wrap {
    padding: 5em 3.75em;
    color: #ffffff;
    border-radius: 1.25em;
    background-color: #4B4EFC;
    background-image: url(../../../img/software/software-text-sect/type-blue-block.svg);
    background-position: center;
    background-size: cover;
}
.software_text_sect.type_blue_block .sect_title,
.software_text_sect.type_blue_block .description {
    color: inherit;
}
.software_text_sect.type_gray_block .wrap {
    padding: 5em 3.75em;
    border-radius: 1.25em;
    background-color: #F6F6F6;
}
.menu_text_sect .software_text_sect.type_gray_block .wrap {
    padding: 2.5em;
}

.software_text_sect.title_pos_before .sect_title {
    text-align: center;
}
.software_text_sect.title_pos_before .sect_title:not(:last-child) {
    margin-bottom: 1.1em;
}


.software_text_sect .butt {
    padding: 0 1em;
    background-color: transparent;
    border: 1px solid #2F3132;
    color: #2F3132;
}
.software_text_sect .butt:hover {
    background-color: #2F3132;
    color: #ffffff;
}
.software_text_sect.type_blue_block .butt {
    border-color: #ffffff;
    color: #ffffff;
}
.software_text_sect.type_blue_block .butt:hover {
    background-color: #ffffff;
    color: #2F3132;
}
.software_text_sect .butt_label {
    font-weight: 600;
    text-transform: none;
}
.software_text_sect .butt_wrap .link {
    font-weight: 600;
    display: flex;
    align-items: center;
}
.software_text_sect .butt_wrap .link_icon {
    max-width: 1.25em;
    max-height: 1.25em;
    margin-left: 0.5em;
}
@media(max-width: 1199px) {
    .software_text_sect .description {
        font-size: 1em;
    }
    .software_text_sect .cols {
        display: block;
        margin: 0;
    }
    .software_text_sect .col {
        padding: 0;
        width: 100% !important;
        margin-bottom: 1.25em;
    }
    .software_text_sect .col:last-child {
        margin-bottom: 0;
    }
    .software_text_sect:not(.type_blue_block, .type_gray_block) .col:first-child:last-child {
        column-count: unset;
        column-gap: unset;
        /*width: 100%;*/
        margin-bottom: 0;
    }
    .software_text_sect .image {
        max-width: 40em;
    }
    .software_text_sect.type_blue_block .wrap {
        padding: 2.5em;
        background-image: url(../../../img/software/software-text-sect/type-blue-block.svg) !important;
    }
    .software_text_sect.type_gray_block .wrap {
        padding: 2.5em;
    }
}