.form-control {
    width: clamp(280px, 80vw, 800px) !important;
}

h2 {
font-size: clamp(16px, 3vw, 28px) !important;
}