﻿#divAbout p {
    text-align: left;
}

@media only screen and (min-width: 768px) {
    #divAbout p {
        text-align: justify;
    }
}