@media only screen 
and (min-device-width: 1050px) 
and (max-device-width: 1280px)
{
    .wrapper-nosotros, .wrapper-mision{
        max-width: 80%;
    }

    .text-mision h2, .text-nosotros h2{
        font-size: 2.2rem;
    }

}

@media only screen 
and (min-device-width: 880px) 
and (max-device-width: 1050px)
{
    .wrapper-nosotros, .wrapper-mision{
        max-width: 98%;
    }

    .text-mision h2, .text-nosotros h2{
        font-size: 2.2rem;
    }

}

@media only screen 
/* and (min-device-width: 1100px)  */
and (max-device-width: 880px)
{
    .wrapper-nosotros, .wrapper-mision{
        max-width: 98%;
    }

    .text-mision h2, .text-nosotros h2{
        font-size: 2.2rem;
    }

    .text-mision p, .text-nosotros p{
        font-size: 1rem;
    }

    .text-nosotros ul{
        font-size: 1rem;
    }

    .text-mision, .text-nosotros {
        padding: 0 1rem;
    }
}

@media only screen 
and (max-device-width: 700px){
    .wrapper-nosotros, .wrapper-mision{
        flex-direction: column;
        padding-bottom: 10px;
    }
    .wrapper-nosotros img, .wrapper-mision img{
        display: none;
    }
}