@media only screen and (min-width:300px) and (max-width:767px) {
    #field_1_2, #field_1_1 {
    grid-column: span 12!important;
}
.bookmark-logo{
    width:16%!important;
}
.header-menu{
    width:84%!important;
}
.bookmark-logo img{
    max-width:100px!important;
}
h1{
    font-size:30px!important;
}
.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 21px!important;
    min-height: 0px!important;
}
.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 3px;
}

}