#aboutPage p {
    width: 50%;
}

@media only screen and (min-width: 1500px) {
    #aboutPage p {
        width: auto;
    }
}