.site-main {
    width: 100%;
}

.page-item .entry-title {
    color: #000;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4285714286;
    text-align: center;
}

.page-item .entry-content {
    margin-top: 12px;
}
@media (min-width: 992px) {

    .page-item .entry-title {
        font-size: 2.5rem;
        line-height: 1.45;
    }

    .page-item .entry-content {
        margin-top: 36px;
    }
}
