/*=== thsn-ihbox-style-4 ===*/
.thsn-ihbox-style-4{
    position: relative;
    padding-bottom: 30px;
}
.thsn-ihbox-style-4 .thsn-ihbox-contents,
.thsn-ihbox-style-4 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.thsn-ihbox-style-4.thsn-ihbox .thsn-ihbox-svg,
.thsn-ihbox-style-4 .thsn-ihbox-icon{
    padding-right: 10px;
}
.thsn-ihbox-style-4.thsn-ihbox .thsn-ihbox-svg .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper{
    font-size: 24px;
    color: var(--thsn-dentiq-global-color);
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 30px 50px rgba(0,0,0,.08);
}
.thsn-ihbox-style-4.thsn-ihbox .thsn-ihbox-svg .thsn-ihbox-svg-wrapper svg,
.thsn-ihbox-style-4 .thsn-ihbox-icon .thsn-icon-wrapper svg {
	width: 25px;
    height: 25px;
	fill: var(--thsn-dentiq-global-color)
}
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
}
.thsn-ihbox-style-4 h2{
    font-size:18px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}
.thsn-ihbox-style-4 h4{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
}
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}