.valor-item{
    height:100%;
    padding:0 0 1.5rem;
    border-bottom:1px solid #e9ecef;
}

.valor-item h4{
    margin-bottom:1rem;
    font-size:1.15rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.8px;
    color:#b22222;
}

.valor-item p{
    margin:0;
    color:#555;
    text-align:justify;
    line-height:1.8;
}

.lead{
    font-size:1.15rem;
    line-height:1.8;
}

/* Más separación entre columnas */

@media (min-width:992px){

    .valor-item{
        height:100%;
    }

    .row > div:nth-child(odd) .valor-item{
        padding-right:2rem;
        border-right:1px solid #ececec;
    }

    .row > div:nth-child(even) .valor-item{
        padding-left:2rem;
    }

}