/*** thsn-ihbox-style-16 ***/
.thsn-ihbox-style-16{
    padding: 55px 40px 110px;
    background: var(--thsn-logisto-global-color);
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 270px;
}
.thsn-ihbox-style-16 .thsn-element-title{
    font-size: 24px;
    line-height: 30px;
    color: var(--thsn-logisto-blackish-color);
}
.thsn-ihbox-style-16 .thsn-ihbox-icon-wrapper:after{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    content: "\e83a";
    font-family: 'themesion-base-icons';
    font-size: 180px;
    color: var(--thsn-logisto-blackish-color);
    opacity: .10;
}