.designervily-ele-fid-style-2 .dsvy-fid-inner {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
    color: var(--dsvy-karzo-global-color);
}

.designervily-ele-fid-style-2 .dsvy-fid-title {
    font-size: 16px;
    line-height: 18px;
    color: var(--dsvy-karzo-white-color);
}

.designervily-ele-fid-style-2 .dsvy-sbox-icon-wrapper {
    display: none;
}

.designervily-ele-fid-style-2 sup {
    top: -.4em;
    font-weight: 300;
}

.designervily-ele-fid-style-2:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background-color: var(--dsvy-karzo-global-color);
    right: -63px;
    left: auto;
    bottom: -20px;
    animation: pulse 5s ease infinite alternate, nudge 5s linear infinite alternate;
}

@keyframes pulse {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-110px);
    }
}

@keyframes nudge {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-110px);
    }
}

.elementor-container .elementor-column:nth-child(2) .designervily-ele-fid-style-2:after {
    right: -96px;
}

.elementor-container .elementor-column:nth-child(3) .designervily-ele-fid-style-2:after {
    content: unset;
}

.elementor-section.elementor-inner-section {
    color: var(--dsvy-karzo-secondary-color);
}

.designervily-ele-fid-style-2 .dsvy-fld-contents {
    padding-left: 15px;
}

.designervily-ele-fid-style-2 .dsvy-fid-inner.dsvy-fid-inner-n {
    position: absolute;
    opacity: 0.10;
    left: 0px;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -1px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    z-index: 0;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.designervily-ele-fid-style-2 .dsvy-fid-inner.dsvy-fid-inner-n .dsvy-fid {
    margin-left: -16px;
}

.designervily-ele-fid-style-2 .dsvy-fid-inner .dsvy-fid {
    margin-left: -10px;
}

.designervily-ele-fid-style-2 .dsvy-fid-inner .dsvy-fid.dsvy-fid-after {
    margin: 0px 0px 0 15px;
    position: absolute;
    display: inline-block;
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(255 255 255 / 10%);
    z-index: 0;
}

@media (max-width: 1024px) {
    .designervily-ele-fid-style-2 .dsvy-fid-inner.dsvy-fid-inner-n {
        font-size: 50px;
        line-height: 60px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .designervily-ele-fid-style-2 .dsvy-fld-contents {
        padding-left: 0;
    }
    .designervily-ele-fid-style-2:after {
        content: unset;
    }
}

@media (max-width: 767px) {
    .designervily-ele-fid-style-2:after {
        content: unset;
    }
    .designervily-ele-fid.designervily-ele-fid-style-2 {
        text-align: center;
    }
}