.dsvy-ihbox-style-11 .dsvy-ihbox-box {
    text-align: center;
}

.dsvy-ihbox-style-11 .dsvy-element-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.dsvy-ihbox-style-11 .dsvy-ihbox-icon-wrapper {
    font-size: 70px;
    line-height: 70px;
    color: var(--dsvy-karzo-global-color);
    transition: all 500ms ease;
}

.dsvy-ihbox-style-11:hover .dsvy-ihbox-icon-wrapper {
    transform: translateY(-10px);
}

.dsvy-ihbox-style-11 .dsvy-ihbox-box-number {
    position: absolute;
    right: -20px;
    top: 0;
    color: var(--dsvy-karzo-global-color);
    color: transparent;
    -webkit-text-stroke: 1px var(--dsvy-karzo-blackish-color);
    opacity: .10;
    font-weight: 600!important;
    font-size: 50px;
    line-height: 50px;
}