.page-container {
    /* 假设你的页头高80px，页脚高60px，可根据实际情况调整 */
    min-height: calc(100vh - 413px) !important; /* !important 确保覆盖其他样式 */
}
.page-menu{
    margin: 30px auto;
}
h1{
    text-align: center;
    font-weight: 700;
}
a{
    color: red;
}

h5{
    margin: 30px auto;
    font-weight: 700;
}
.page-container{
    margin-bottom: 0px;
}
@media (min-width: 767px) {
    h5{
        margin: 50px auto;
        font-weight: 700;
    }
    .page-container{
        margin-bottom: 50px;
    }
}

.policy-table th{
    text-align: center;
}