.thsn-ihbox-style-2 .thsn-ihbox-icon-type-text {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    background-color: var(--thsn-grevo-global-color);
    border-radius: 50%;
}
.thsn-ihbox-style-2 .thsn-element-title,
.thsn-ihbox-style-2 .thsn-ihbox-icon-type-text{
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.thsn-ihbox-style-2:hover .thsn-ihbox-icon-type-text{
    background-color: var(--thsn-grevo-blackish-bg-color);
}
.thsn-ihbox-style-2:hover .thsn-element-title{
    color: var(--thsn-grevo-global-color);
}
.thsn-ihbox-style-2 .thsn-element-title{
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0;
}
.thsn-ihbox-style-2 .thsn-ihbox-contents {
    padding-left: 10px;
}
