

.s-features-wrapper__name {
    position: relative;
    width: 70%;
}
.s-features-wrapper__name::before {
    content: '';
    position: absolute;
    left: 0;
    right: 5px;
    height: 5px;
    bottom: 10px;
    background: radial-gradient(ellipse at center,#e0e0e0 0,#e0e0e0 .5px,transparent 1.25px) right;
    background-size: 5px
}