/*** thsn-ihbox-style-14 ***/
.thsn-ihbox-style-14,
.thsn-ihbox-style-14 .thsn-ihbox-icon-wrapper{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.thsn-ihbox-style-14{
    text-align: center;
    padding: 33px;
    background: var(--thsn-logisto-white-color);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.09);
    margin: 0 5px 10px 5px;
}
.thsn-ihbox-style-14 .thsn-element-title{
    font-size: 22px;
    line-height: 32px;
    color: var(--thsn-logisto-blackish-color);
}
.thsn-ihbox-style-14  .thsn-heading-desc{
    color:#666;
}
.thsn-ihbox-style-14 .thsn-ihbox-icon-wrapper{
    font-size: 52px;
    line-height: 108px;
    margin-bottom: 45px;
    color: var(--thsn-logisto-secondary-color);
    background: var(--thsn-logisto-white-color);
    display: inline-block;
    border-radius: 50%;
    height: 95px;
    width: 95px;
}
.thsn-ihbox-style-14 .thsn-ihbox-icon-wrapper{
    background-color:  var(--thsn-logisto-secondary-color);
    color: var(--thsn-logisto-white-color);
}
.thsn-ihbox-style-14:hover .thsn-ihbox-icon-wrapper{
    background-color:  var(--thsn-logisto-global-color);
    color: var(--thsn-logisto-secondary-color);
}
