@media(max-width: 425px){

    .mobile {
        display: none;
    }
    p{
        text-align: center;
    }
 
 
}