#the-page {
    padding: 60px 0 0 0;
}

#the-page .the-page-article .the-page-title {
    font-size: 44px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 20px;
}

#the-page .the-page-article .the-page-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #the-page {
        padding: 30px 0 0 0;
    }

    #the-page .the-page-article {
        padding: 20px 0 0 0;
    }

    #the-page .the-page-article .the-page-title {
        font-size: 30px !important;
        line-height: 36px !important;
        padding-bottom: 10px;
    }
}
