@media(max-width:700px) {
.single-header h1 {
    font-size: 2.5rem;
}
}

body .single-header {
    height: 25vh !important;
}