.thsn-ihbox-style-6{
    position: relative;
    margin-bottom: 30px;
}
.thsn-ihbox-style-6 .thsn-ihbox-contents {
    padding-left: 20px;
}
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper{
    width: 75px;
    height: 80px;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    border-radius: 20px 0;
    color: #fff;
    background-color: var(--thsn-grevo-global-color);
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.thsn-ihbox-style-6 .thsn-element-title{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
}
.thsn-ihbox-style-6:hover .thsn-ihbox-icon-wrapper{
    border-radius: 0 20px 0 0;
    background-color: var(--thsn-grevo-blackish-color);
}
