.paragraph-two-columns li {
    position: relative;
    padding: 0 0 15px 40px;
    font-size: 16px;
}

.paragraph-two-columns li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;  
    width: 20px;
    height: 1px;
    background-color: #B1B8C0;
}


.paragraph-two-columns dt {
    font-weight: 500;
    color: #999;
    font-size: 16px;
}

.paragraph-two-columns dd {
    font-size: 16px;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
}
