/*** dsvy-ihbox-style-3 ***/
.dsvy-ihbox-style-3 .dsvy-ihbox-headingicon{
	display: flex;
	align-items: center;
}
.dsvy-ihbox-style-3 .dsvy-ihbox-svg-wrapper,
.dsvy-ihbox-style-3 .dsvy-ihbox-icon-wrapper{
	padding-top: 10px;
	width: 100px;
}
.dsvy-ihbox-style-3 .dsvy-element-title{
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 5px;
} 
.dsvy-ihbox-style-3 .dsvy-ihbox-contents {
	padding: 0 15px;
}
.dsvy-ihbox-style-3:hover .dsvy-ihbox-svg-wrapper,
.dsvy-ihbox-style-3:hover .dsvy-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);}}