.content-page .page-header {
    height: 600px !important;
}
@media only screen and (min-width: 200px) and (max-width: 767px){
    .content-page .page-header {
        height: 250px !important;
    }
}