.dsvy-ihbox-style-8 {
    padding-left: 70px;
    position: relative;
    background: #fff;
}

.dsvy-ihbox.dsvy-ihbox-style-8:before {
    position: absolute;
    content: '';
    left: -570px;
    right: 0;
    top: 27px;
    height: 1px;
    width: 2000px;
    z-index: -1;
    background: #dadada;
}

.dsvy-ihbox-style-8 .dsvy-ihbox-box:after,
.dsvy-ihbox-style-8 .dsvy-ihbox-box:before {
    position: absolute;
    content: '';
    left: 0;
    height: 80px;
    width: 1px;
    background: #d9d9d9;
    transform: skewX(-25deg);
}

.dsvy-ihbox-style-8 .dsvy-ihbox-box:after {
    right: 0;
    left: auto;
}

.dsvy-ihbox-style-8 .dsvy-ihbox-icon-type-image {
    position: relative;
    width: 56px;
    height: 56px;
}

.dsvy-ihbox-style-8 .dsvy-ihbox-icon-type-image img {
    border-radius: 50%;
    padding: 3px;
    border: 1px solid var(--dsvy-karzo-global-color);
}

.dsvy-ihbox-style-8 .dsvy-ihbox-contents {
    padding-left: 50px;
}

.dsvy-ihbox-style-8 .dsvy-heading-desc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.dsvy-ihbox-style-8 .dsvy-heading-desc span {
    color: var(--dsvy-karzo-global-color);
}

.dsvy-ihbox-style-8 .dsvy-ihbox-icon-type-image:before {
    position: absolute;
    content: "\e84b";
    left: 40px;
    top: 3px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: var(--dsvy-karzo-global-color);
    font-family: 'designervily-base-icons';
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.06);
}

.dsvy-ihbox-style-8: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);
    }
}

@media (max-width: 767px) {
    .dsvy-ihbox.dsvy-ihbox-style-8:before,
    .dsvy-ihbox-style-8 .dsvy-ihbox-box:after,
    .dsvy-ihbox-style-8 .dsvy-ihbox-box:before {
        content: unset;
    }
    .dsvy-ihbox-style-8 {
        padding-left: 0;
    }
}