/*!-----
--------------------------------------------------------
Layout footer.scss
#site-footer
.site-footer-inner
--------------------------------------------------------------*/
.page-content {
    align-items: center;
    align-self: stretch;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    text-align: center;
    width: 100%;
}
.page-content > p {
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8571428571;
}
@media screen and (min-width: 1200px) {
    .page-content > p {
        font-size: 1rem;
        line-height: 1.75;
    }
}
