﻿.so_h6 {
    text-align: left;
    font-family: Roboto;
    font-weight: 600;
    padding-top: 6px;
    
}

.lines-effect {
    display:inline-block;
    position: relative;
    color: #808080;
    
}

    .lines-effect::after /*,lines-effect::before*/ {
        content: '';
        position: absolute;
        width: 210px;
        height: 2px;
        background-color: currentColor;
        top: 0.8em;
    }

    /*.lines-effect::before{
        left:-140px;
    }*/

    .lines-effect::after{
        right:-230px;
    }

