.nosotros{
    background-color: white;
    box-shadow: 0 0 10px orangered;
    z-index: 2000;
}
.nosotros__bloque{
    text-align: center;
    align-items: center;
}
.nosotros__bloque p{
    text-align: center;
}
.nosotros__img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: double orangered;
}