/**/

#cms h1 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contentsobrenosotros img {
    width: 100%;
    height: auto;
    max-width: 100%; 
}

.contentsobrenosotros .col-xs-12 {
    line-height: 40px;
    font-size: 21px;
}

.contentsobrenosotros .p1 .col-xs-12 {
    text-align: center;
    line-height: 53px;
}

.contentsobrenosotros .row {}

.contentsobrenosotros .row {
    display: flex;
    align-items: center;
}
@media(max-width: 767px){
    .contentsobrenosotros .row.p2 .text{
    order: 2;
}

.contentsobrenosotros .row .text {
    text-align: left!important;
}
    .contentsobrenosotros .row .col-xs-12{
        text-align: left;
        line-height: 25px;
        font-size: 17px;
        padding-top: 10px;
    }

.contentsobrenosotros .row {
    margin-bottom: 55px;
}
}