.text_items_block {
    background-color: #FAFAFA;
    padding: 1.25em 2em;
    border-radius: 1.125em;
}
.text_items_block_title {
    font-weight: 500;
    line-height: 1.165;
    font-size: 1.5em;
    color: #317EE5;
    margin: 0 0 0.625em;
}
.text_items_block_items {
    margin: -1.25em;
    display: flex;
    flex-wrap: wrap;
}
.text_items_block_item {
    margin: 1.25em;
    width: calc(50% - 2.5em);
    line-height: 1.365;
}
.text_items_block_item_title {
    content: '*';
    color: #317EE5;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    font-size: 1.375em;
}
.text_items_block_item_icon:not(:last-child) {
    margin-bottom: 0.75em;
}
.text_items_block_item_icon img {
    display: block;
    margin: 0;
    max-width: 100%;
    max-height: 1.25em;
}
@media(max-width: 1199px) {
    .text_items_block {
        padding: 1.5em;
    }
    .text_items_block_title {
        font-size: 1.25em;
    }
    .text_items_block_items {
        margin: -1em;
    }
    .text_items_block_item {
        margin: 1em;
        width: calc(50% - 2em);
    }
    .text_items_block_item_title {
        font-size: 1.125em;
    }
    .text_items_block_item_text {
        font-size: 0.875em;
    }
}
/**/
/*style2*/
/**/
.text_items_block.style2 {
    background-color: #ffffff;
    padding: 0;
    border-radius: 0;
}
.text_items_block.style2 .text_items_block_title {
    color: #2C4268;
    margin-bottom: 1.5em;
}
.text_items_block.style2 .text_items_block_items {
    margin: -1.125em;
}
.text_items_block.style2 .text_items_block_item {
    margin: 1.125em;
    width: calc(100%/3 - 2.25em);
}
@media(max-width: 1199px) {
    .text_items_block.style2 .text_items_block_items {
        margin: -1em;
    }
    .text_items_block.style2 .text_items_block_item {
        margin: 1em;
        width: calc(100%/2 - 2em);
    }
}