/*** dsvy-ihbox-style-15 ***/
.dsvy-ihbox.dsvy-ihbox-style-15 {
    margin-bottom: 25px;
}
.dsvy-ihbox-style-15 .dsvy-ihbox-headingicon{
    display: flex;
    align-items: center;
}
.dsvy-ihbox-style-15 .dsvy-ihbox-icon-wrapper{
    font-size: 50px;
    line-height: 50px;
    color: var(--dsvy-colza-global-color);
}
.dsvy-ihbox-style-15 .dsvy-element-title{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
} 
.dsvy-ihbox-style-15 .dsvy-ihbox-contents {
    padding-left: 20px;
}
.dsvy-ihbox-style-15: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);}}