.text_items_block {
    padding: 1.25em;
    background: rgba(75, 78, 252, 0.10);
    border-radius: 0.75em;
}
.text_items_block .desc {
    color: #475467;
    font-weight: 500;
    font-family: Inter, sans-serif;
    margin: 0 0 1.25em;
}
.text_items_block .desc h1,
.text_items_block .desc h2,
.text_items_block .desc h3,
.text_items_block .desc h4,
.text_items_block .desc h5,
.text_items_block .desc h6 {
    color: #101828;
    text-transform: none;
    letter-spacing: -0.02em;
}
.text_items_block .desc h2 {
    font-family: Montserrat, sans-serif;
    font-size: 2.25em;
}
.text_items_block .desc table td,
.text_items_block .desc table th {
    border: 1px solid rgba(75, 78, 252, 0.10);
    padding: 0.5em;
    font-weight: 500;
}
.text_items_block .desc table tbody td {
    font-size: 0.75em;
    padding: 0.67em;
}
.text_items_block .desc table tbody th {
    font-weight: 500;
}
.text_items_block .desc table thead,
.text_items_block .desc table thead {
    background-color: transparent;
    color: #4B4EFC;
    font-weight: 500;
}
.text_items_block .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.text_items_block .item {
    width: 50%;
    padding: 0.625em;
    box-sizing: border-box;
    max-width: 18.75em;
}
.text_items_block .item_icon_wrap {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 3em;
    margin: 0 0 0.625em;
}
.text_items_block .item_icon_wrap:last-child {
    margin-bottom: 0;
}
.text_items_block .item_icon {
    max-width: 100%;
    max-height: 100%;
}
.text_items_block .item_title {
    font-weight: 600;
    font-family: Inter, sans-serif;
    color: #4B4EFC;
    margin: 0 0 0.5em;
}
.text_items_block .item_title:last-child {
    margin-bottom: 0;
}
.text_items_block .item_desc {
    color: #374151;
    font-feature-settings: 'salt' on;
    font-family: Poppins, sans-serif;
}
@media(max-width: 1199px) {
    .text_items_block .desc {
        font-size: 0.875em;
    }
    .text_items_block .desc h2 {
        font-size: 1.5em;
    }
    .text_items_block .items {
        margin: -0.625em;
    }
    .text_items_block .item {
        width: 100%;
        max-width: 100%;
    }
    .text_items_block .item_title {
        font-size: 0.875em;
    }
    .text_items_block .item_desc {
        font-size: 0.75em;
    }
}