section.page-cover {
    height: 700px;
}
section.page-cover h1{
    padding-left: 100px;
}
@media only screen and (max-width: 1366px) {
    section.page-cover h1{
        padding-left: 30px;
    }
}