.text-center {
    text-align: center;
}

.page {
    display: block;
    width: 100%;

}

.page .heading {
    width: 100%;
    
}

.page .heading .h1 {
    border-top: 1px solid #000;
    padding-top: 50px;
}

.page-content {
    padding-bottom: 80px;
    min-height: calc(100vh - 379px);
    font-family: Neue Plak, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.page-content a {
    color: #000;
    font-weight: bold;
    transition: all 0.3s;
}

.page-content a:hover {
    color: #262626;
}