#content p {
    width: 70%;
    
}



@media screen and (max-width: 480px), screen and (max-device-width:480px) {
#content p {
    width: auto;
}
}

