/* Mobile Style */
@media only screen and (max-width: 768px) {

    .container p {
        text-indent: 0;
    }

}
