.bottom-query-form {
display: block;
margin: 40px 0 0 0;
}
@media all and (max-width: 700px ) {
.bottom-query-form {
margin: 0 0 0 0;
}


}