.thsn-ihbox-style-4 .thsn-ihbox-box,
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper{
    -webkit-transition: all 1.0s ease 0s;
    -moz-transition:  all 1.0s ease 0s;
    -o-transition: all 1.0s ease 0s;
    transition: all 1.0s ease 0s;
}
.thsn-ihbox-style-4 .thsn-element-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    color: var(--thsn-educosta-global-color);
}
.thsn-ihbox-style-4 .thsn-ihbox-contents {
    position: relative;
    padding: 50px 40px 40px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 13px 0 rgb(18 20 113 / 6%);
    -moz-box-shadow: 0 2px 13px 0 rgb(18 20 113 / 6%);
    box-shadow: 0 2px 13px 0 rgb(18 20 113 / 6%);
}
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper img{
    width: 100%;
}
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-text{
    font-weight: 600;
}
.thsn-ihbox-style-4:hover .thsn-ihbox-icon-wrapper{
    animation: jelly 2.10s;
    -webkit-animation: jelly 2.10s;
    -moz-animation: jelly 2.0s;
    -o-animation: jelly 2.10s;
}
@keyframes jelly {from,  11.1%,  to { transform: none; }
    22.2% {transform: skewX(-12.5deg) skewY(-12.5deg); }
    33.3% { transform: skewX(6.25deg) skewY(6.25deg);  }
    44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); }
    55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); }
    66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg);}
    77.7% { transform: skewX(0.390625deg) skewY(0.390625deg);}
    88.8% { transform: skewX(-0.1953125deg) skewY(-0.1953125deg); }
}