
.software_text_sect .cols {
    flex-wrap: wrap;
    display: block;
    margin: 0;
}
.software_text_sect.image_pos_left .cols {
    flex-direction: row-reverse;
}
.software_text_sect .col {
    box-sizing: border-box;
    padding: 0;
    width: 100% !important;
    margin-bottom: 1.25em;
}
.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;
    line-height: 1.5;
    font-size: 1em;
}
.software_text_sect .description:not(:last-child) {
    margin-bottom: 1.125em;
}
.software_text_sect .image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.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 {
    color: #ffffff;
    background-color: #4B4EFC;
    background-position: center;
    background-size: cover;
    background-image: url(../../../img/software/software-text-sect/type-blue-block.svg) !important;
}
.software_text_sect.type_blue_block .sect_title,
.software_text_sect.type_blue_block .description {
    color: inherit;
}
.software_text_sect.type_gray_block .wrap {
    background-color: #F6F6F6;
}
.software_text_sect.type_blue_block .wrap,
.software_text_sect.type_gray_block .wrap,
.menu_text_sect .software_text_sect.type_gray_block .wrap {
    width: 100%;
    padding: 2.5em 1em;
    border-radius: 0;
}
.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;
}
.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;
    margin-bottom: 0;
}