/*Contenido
#features {
    margin-top: 40px;
}*/

#features >div{
    display: flex;
    flex-direction:column;
    margin-bottom: 60px;
}
.row{
    display: flex;
}
col-md-10 col-sm-10 col-lg-8{
    margin: 0px auto;
}
col-md-10 col-sm-10 col-lg-8 .media{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0px auto 20px;
}

section#features .col-md-6.col-sm-6.col-md-offset-3 .media .pull-right,
section#features .col-md-6.col-sm-6.col-md-offset-3 .media .pull-left{
    margin-left: 0px;
    margin-right:0px;
}
section#features .col-md-6.col-sm-6.col-md-offset-3 .media .media-body{
    margin-left: 10px;
}