.title,
.text{
    color: #5c6670;
}

.title{
    text-align: center;
}

.section{
    text-align: left;
}

/* DISTRIBUCION */

#distribucion .cols{
    /*margin-top:30px;*/
}
#distribucion .image{
    position: relative;
}
#distribucion .image:before{
    content: "";
    display: block;
    height: 100%;
    padding-bottom: 75%;
}