.thsn-ihbox-style-11{
    display: inline-block;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    margin-bottom: 30px;
}
.thsn-ihbox-style-11 .thsn-ihbox-icon-type-image{
    width: 95px;
    height: 95px;
    background-color: var(--thsn-grevo-blackish-bg-color);
    border-radius: 50%;
    padding: 4px;
}
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-11 .thsn-ihbox-icon-type-image{
    background-color: #fff;
}
.thsn-ihbox-style-11 .thsn-ihbox-icon-type-image img{
    border-radius: 50%;
}
.thsn-ihbox-style-11 .thsn-ihbox-contents {
    padding-left: 20px;
}
.thsn-ihbox-style-11 .thsn-element-title{
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--thsn-grevo-blackish-color);
}
.thsn-ihbox-style-11 .thsn-ihbox-contents .thsn-element-title{
    font-weight: 700;
}
.thsn-ihbox-style-11 .thsn-element-heading{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}
.thsn-ihbox-style-11:hover .thsn-ihbox-icon-wrapper{
    animation: ts-bounce 500ms ease-in-out 50ms;
}
@keyframes ts-bounce { 0% { transform: translateY(0); }40% {transform: translateY(-12px);}100% {transform: translateY(0);}}

@media (max-width: 575px){
	.thsn-ihbox-style-11 .thsn-element-heading{
		font-size: 25px;
		line-height: 30px;
	}
}
