/**
 * Note that these styles are loaded *after* common styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

.z-title {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.z-wrap .z-title {
    width: 100%;
}

.z-title p {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    word-break: break-word;
}

.z-title p.center {
    text-align: center;
}

.z-title p.right {
    text-align: right;
}

@media screen and (max-width: 768.5px) {
    .z-title p {
        font-size: 22px;
    }
}
