#main section.section.section-covered.section-two-column-text-10 div div:nth-child(2) div.column.large-6.large-offset-1.small-12.small-offset-0 p {
    width: 500px;
}

@media only screen and (max-width: 1068px) {
    #main section.section.section-covered.section-two-column-text-10 div div:nth-child(2) div.column.large-6.large-offset-1.small-12.small-offset-0 p {
        width: auto;
    }
}