.ts_text_items_sect .items {
    margin: -2em -2.5em;
    display: flex;
    line-height: 1.5;
    flex-wrap: wrap;
}
.ts_text_items_sect .item {
    margin: 2em 2.5em;
    width: calc(50% - 5em);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.ts_text_items_sect .item_info {
    margin: 0 0 1.25em;
    flex-grow: 1;
}
.ts_text_items_sect .item_info:last-child {
    margin-bottom: 0;
}
.ts_text_items_sect .item_title {
    font-weight: 600;
    color: #4B4EFC;
    margin: 0 0 1.25em;
}
.ts_text_items_sect .item_title:last-child {
    margin-bottom: 0;
}
.ts_text_items_sect .item_content {
    color: #475467;
    font-weight: 500;
    margin: 0 0 2em;
}
.ts_text_items_sect .item_content:last-child {
    margin-bottom: 0;
}
.ts_text_items_sect .item_content h2 {
    font-size: 2.25em;
    text-transform: none;
    color: #101828;
    font-weight: 600;
}
.ts_text_items_sect .item:not(.disable_image_shadow) .item_content img {
    border-radius: 1em;
    box-shadow: 0 0.5em 0.5em -0.25em rgba(16, 24, 40, 0.03), 0 1.25em 1.5em -0.25em rgba(16, 24, 40, 0.08);
}
.ts_text_items_sect .item_content p {
    font-size: 1.125em;
}
.ts_text_items_sect .item_image {
    height: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ts_text_items_sect .item_image img {
    max-width: 100%;
    max-height: 100%;
    margin: auto auto;
}
.ts_text_items_sect .item_link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}
.ts_text_items_sect .item_link:after {
    content: '';
    display: block;
    margin-left: 0.5em;
    width: 1.25em;
    height: 1.25em;
    background-image: url(../../img/icons/arrow-right-4b4efc.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media(min-width: 1200px) {
    .ts_text_items_sect .item:nth-child(2n - 1):last-child {
        flex-direction: row;
        justify-content: space-between;
    }
    .ts_text_items_sect .item:nth-child(2n - 1):last-child .item_info {
        margin: 0;
        width: calc(60% - 2.5em);
    }
    .ts_text_items_sect .item:nth-child(2n - 1):last-child .item_image {
        height: auto;
        width: 40%;
    }
}
@media(max-width: 1199px) {
    .ts_text_items_sect .items {
        display: block;
        margin: 0;
    }
    .ts_text_items_sect .item {
        width: 100%;
        margin: 0 0 2.5em;
    }
    .ts_text_items_sect .item:last-child {
        margin-bottom: 0;
    }
    .ts_text_items_sect .item_image {
        height: auto;
    }
}
@media(max-width: 767px) {
    .ts_text_items_sect .item_content h2 {
        font-size: 1.75em;
    }
    .ts_text_items_sect .item_content {
        margin: 0 0 1.25em;
    }
    .ts_text_items_sect .item_content img {
        border-radius: 0.5em;
    }
}