.dsvy-ihbox.dsvy-ihbox-style-2 {
    margin-bottom: 25px;
    padding: 0 0px;
}

.dsvy-ihbox-style-2 .dsvy-element-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.dsvy-ihbox-style-2 .dsvy-ihbox-svg-wrapper svg{
	width: 50px;
    height: auto;
    fill: var(--dsvy-karzo-global-color);
}

.dsvy-ihbox-style-2 .dsvy-ihbox-headingicon {
    padding-left: 20px;
}

.dsvy-ihbox-style-2 .dsvy-ihbox-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
    color: var(--dsvy-karzo-global-color);
}

.dsvy-ihbox-style-2 .dsvy-heading-desc,
.dsvy-ihbox-style-2 .dsvy-element-heading {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--dsvy-karzo-secondary-color);
}

.dsvy-ihbox-style-2 .dsvy-ihbox-icon,
.dsvy-ihbox-style-2 .dsvy-ihbox-svg {
    position: relative;
    transition: 0.6s ease-out;
}

.dsvy-ihbox-style-2:hover .dsvy-ihbox-icon,
.dsvy-ihbox-style-2:hover .dsvy-ihbox-svg {
    transform: rotateY(-360deg);
}