.content-8 p.large {
    max-width: 87%;
}

@media(max-width: 767.98px){
    .content-8 p.large {
        max-width: 100%;
    }
}