#nosotros{
    position:relative;
    text-align:center;
    height: auto;
    width: 100%;
    
}

#nosotrosTitle{
    margin-top: 87px;
    width: 100%;
    height: auto;
    left: 663px;
    top: 205px;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    
}

.nosotrosText{
    margin-top:46px;
    margin-bottom: 87px;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}

.nosotrosImgs{
    margin-bottom: 138px;
    width: 100%;
    height: auto;
    padding-left:22%;
    padding-right:22%;
    display: inline-block;
    text-align: center;
}

.nosotrosImg{
    position: relative;
    float: left;
    width:33.3%;
}

.nosImg{
    width: 180px;
    margin-top: 20px;
}

@media (max-width: 980px) {
    #nosotros{
        position:relative;
        text-align:center;
        height: auto;
        width: 100%;
    }
    
    #nosotrosTitle{
        margin-top: 60px;
    }
    .nosotrosImg{
        width:100%;
    }
    .nosotrosImgs{
        width:100%;
        padding: 0;
    }
    
    
}