.thsn-ihbox-style-2{
    position: relative;
}
.thsn-ihbox-style-2 .thsn-ihbox-headingicon{
    display: inline-block;
}
.thsn-ihbox-style-2 .thsn-ihbox-icon-wrapper{
    display: inline-block;
    width: 85px;
    height: 85px;
    font-size: 55px;
    text-align: center;
    line-height: 85px;
    background: #fff;
    color: var(--thsn-helthify-global-color);
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.12);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
} 
.thsn-ihbox-style-2:hover .thsn-ihbox-icon-wrapper{
    -webkit-transform: scale(-1) rotate(180deg );
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
    color:var(--thsn-helthify-blackish-color);
}
.thsn-ihbox-style-2 .thsn-ihbox-contents{
    padding-top: 30px;
    padding-right: 50px;
}
.thsn-ihbox-style-2 .thsn-element-title{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
}
.thsn-ihbox-style-2 .thsn-heading-desc{
    opacity: 0.8;
}