/* For Desktop */
@media screen and (min-width: 768px) {
    .bit-form-container {
        min-height: 700px !important;
    }
}

/* For Mobile (Let it be flexible so it doesn't cut off) */
@media screen and (max-width: 767px) {
    .bit-form-container {
        min-height: 500px !important;
    }
}