.text_items_block {
    background-color: #FAFAFA;
    border-radius: 1.125em;
    padding: 1em;
}
.text_items_block_title {
    font-weight: 500;
    line-height: 1.165;
    color: #317EE5;
    margin: 0 0 0.625em;
    font-size: 1.25em;
}
.text_items_block_items {
    flex-wrap: wrap;
    display: block;
    margin: 0;
}
.text_items_block_item {
    line-height: 1.365;
    margin: 0 auto;
    width: 100%;
}
.text_items_block_item:not(:last-child) {
    margin-bottom: 1em;
}
.text_items_block_item_title {
    content: '*';
    color: #317EE5;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    font-size: 1.125em;
}
.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;
}
.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: 0;
}
.text_items_block.style2 .text_items_block_item {
    margin: 0;
    width: 100%;
}
.text_items_block.style2 .text_items_block_item:not(:last-child) {
    margin-bottom: 1.25em;
}