/* Put your custom styles here */
@media (min-width:768px) {
    .text-format {
        max-width: 750px;
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .text-format {
        font-size: 15px;
        width: 80%;
        text-align: left;
    }
}