
/*** tstk-ihbox-style-2 ***/
.tstk-ihbox.tstk-ihbox-style-2 {
    margin-bottom: 40px;
} 
.tstk-ihbox-style-2 .tstk-ihbox-icon-wrapper{
    display: none;
}
.tstk-ihbox-style-2 .tstk-element-title{
    position: relative;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 0;
}
.tstk-ihbox-style-2 .tstk-element-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .tstk-ihbox-style-2 .tstk-element-title{
        font-size: 31px;
        line-height:31px;
    }
}