.form-wrap h1 {
    font-size: 2rem;
}

@media (min-width: 992px) {
    .form-wrap h1 {
        font-size: 2.5rem;
    }
}