h1 {
    font-size:30px;
}

@media (max-width: 768px) {
    h1.page-header {
    font-size:25px;
}
}