.nosotros-container{
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
    align-items: center;
}

.contenedorSeccion{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 700px;
    row-gap: 20px;
}

.contenedorTriple{
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

img{
    width: 200px;
    height: auto;
}

.texto{
    display: none;
}