.fancify-core-elementor-counter-shape {
    position: relative;

    &::after {
        content: " ";
        background-color: #6a11cb;
        width: 50px;
        position: absolute;
        // left: calc(50% - 25px);
        // top: 70px;
        height: 3px;
        box-shadow: 0px 3px 12px 0px rgba(106, 17, 203, 0.7)
    }
}