@media only screen and (min-width: 1080px){
   .texto p{
        text-align: justify;
    }
    .texto {
        text-align: justify;
    }
}
