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