/*** tstk-ihbox-style-12***/
.tstk-ihbox-style-12 .tstk-ihbox-contents {
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.tstk-ihbox-style-12 .tstk-element-title{
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--tstk-industrey-global-color);
}
.tstk-ihbox.tstk-ihbox-style-12{
    margin-bottom: 15px;
}
.tstk-ihbox-style-12  .tstk-heading-desc {
    padding: 0 30px;
}

/*==== RTL ====*/
body.rtl .tstk-ihbox-style-12 .tstk-element-title{
    font-size: 18px;
}