/* Default WordPress Pages */

body.page:not(.home) .site-content {
    width: 100%;
    background: #f3f3f3;
}

body.page:not(.home) .content-area {
    max-width: var(--lh-content-width);
    margin: 0 auto;
    padding: 55px var(--lh-site-padding) 70px;
    float: none;
    box-sizing: border-box;
}

body.page:not(.home) .entry-header {
    margin-bottom: 22px;
}

body.page:not(.home) .entry-title {
    margin: 0;
    color: var(--lh-black);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
}

body.page:not(.home) .entry-content {
    max-width: 980px;
    margin: 0;
    color: var(--lh-black);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}

body.page:not(.home) .entry-content p,
body.page:not(.home) .entry-content li {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}

body.page:not(.home) .entry-content h2,
body.page:not(.home) .entry-content h3,
body.page:not(.home) .entry-content h4 {
    color: var(--lh-black);
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    body.page:not(.home) .content-area {
        padding: 35px 20px 50px;
    }

    body.page:not(.home) .entry-title,
    body.page:not(.home) .entry-content {
        text-align: center;
    }
}